Home > @vsf-enterprise/epcc-api > EditCustomerAddressesParams
# EditCustomerAddressesParams interface
Signature:
export interface EditCustomerAddressesParams
# Properties
Property | Type | Description |
---|---|---|
address | Identifiable & Omit<CustomerAddressEdit, 'type'> | The addresses to edit. |
customerId | string | The ID of the customer to edit the addresses for. |