Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.03 KB

CustomerObject.md

File metadata and controls

21 lines (15 loc) · 1.03 KB

CustomerObject

xendit.invoice.model.CustomerObject

An object representing a customer with various properties, including addresses.

Properties

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.
email 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.

[Back to README]