Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.26 KB

PatchCustomer.md

File metadata and controls

25 lines (19 loc) · 1.26 KB

PatchCustomer

xendit.customer.model.PatchCustomer

Properties

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

[Back to README]