xendit.invoice.model.CustomerObject
An object representing a customer with various properties, including addresses.
Name | Type | Required | Description | Examples |
---|---|---|---|---|
id | str, none_type | The unique identifier for the customer. | ||
phone_number | str, none_type | The customer's phone number. | ||
given_names | str, none_type | The customer's given names or first names. | ||
surname | str, none_type | The customer's surname or last name. | ||
str, none_type | The customer's email address. | |||
mobile_number | str, none_type | The customer's mobile phone number. | ||
customer_id | str, none_type | An additional identifier for the customer. | ||
addresses | [AddressObject], none_type | An array of addresses associated with the customer. |