Home > @vue-storefront/core > UseBilling
UseBilling interface
Signature:
export interface UseBilling<BILLING, BILLING_PARAMS, API extends PlatformApi = any> extends Composable<API>
Extends: Composable
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
billing | ComputedProperty<BILLING> | ||
error | ComputedProperty<UseBillingErrors> | ||
loading | ComputedProperty<boolean> | ||
save | (params: { params: BILLING_PARAMS; billingDetails: BILLING; customQuery?: CustomQuery; }) => Promise<void> |
Methods
Method | Description |
---|---|
load() | |
load(params) |