You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseBillingParams > save

UseBillingParams.save property

Signature:

save: (context: Context, params: {
        params: BILLING_PARAMS;
        billingDetails: BILLING;
        customQuery?: CustomQuery;
    }) => Promise<BILLING>;