xendit.customer.model.PatchCustomer
| Name | Type | Required | Description | Examples |
|---|---|---|---|---|
| client_name | str, none_type | Entity's name for this client | ||
| reference_id | str, none_type | 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 | |||
| metadata | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | |||
| addresses | [AddressRequest], none_type | |||
| identity_accounts | [IdentityAccountRequest], none_type | |||
| kyc_documents | [KYCDocumentRequest], none_type | |||
| status | EndCustomerStatus |