xendit.customer.model.Customer
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| reference_id | str | ☑️ | Merchant's reference of this end customer, eg Merchant's user's id. Must be unique. | |
| individual_detail | IndividualDetail | ☑️ | ||
| business_detail | BusinessDetail | ☑️ | ||
| description | str, none_type | ☑️ | ||
| str, none_type | ☑️ | |||
| mobile_number | str, none_type | ☑️ | ||
| phone_number | str, none_type | ☑️ | ||
| addresses | [Address], none_type | ☑️ | ||
| identity_accounts | [IdentityAccountResponse], none_type | ☑️ | ||
| kyc_documents | [KYCDocumentResponse], none_type | ☑️ | ||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | ☑️ | ||
| id | str | ☑️ | ||
| created | datetime | ☑️ | ||
| updated | datetime | ☑️ | ||
| type | str | ☑️ | ||
| status | EndCustomerStatus |