Home > @vsf-enterprise/epcc-api > CreateCustomerAddressesParams
# CreateCustomerAddressesParams interface
Signature:
export interface CreateCustomerAddressesParams
# Properties
Property | Type | Description |
---|---|---|
address | Omit<CustomerAddressEdit, 'type'> & { billing?: boolean; } | The addresses to create. |
customerId | string | The ID of the customer to create the addresses for. |