Home > @vue-storefront/core > UseUserBillingFactoryParams > updateAddress
UseUserBillingFactoryParams.updateAddress property
Signature:
updateAddress: (context: Context, params: {
address: Readonly<USER_BILLING_ITEM>;
billing: Readonly<USER_BILLING>;
customQuery?: CustomQuery;
}) => Promise<USER_BILLING>;