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

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

UseBilling.save property

Signature:

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