Type alias updateCustomerAddressPathParameters

updateCustomerAddressPathParameters: {
    addressName: string;
    customerId: string;
    organizationId: string;
}

Type declaration

  • addressName: string
  • customerId: string
  • organizationId: string