Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.42 KB

Customer.md

File metadata and controls

28 lines (22 loc) · 1.42 KB

Customer

xendit.customer.model.Customer

Properties

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 ☑️
email 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

[Back to README]