Home > @vue-storefront/core > UseBillingParams
UseBillingParams interface
Signature:
export interface UseBillingParams<BILLING, BILLING_PARAMS, API extends PlatformApi = any> extends FactoryParams<API>
Extends: FactoryParams
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
load | (context: Context, params: { customQuery?: CustomQuery; }) => Promise<BILLING> | ||
save | (context: Context, params: { params: BILLING_PARAMS; billingDetails: BILLING; customQuery?: CustomQuery; }) => Promise<BILLING> |