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

Home > @vue-storefront/core > UseUserBilling > updateAddress

UseUserBilling.updateAddress property

Signature:

updateAddress: (params: {
        address: USER_BILLING_ITEM;
        customQuery?: CustomQuery;
    }) => Promise<void>;