Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.17 KB

PatchCustomer.md

File metadata and controls

27 lines (21 loc) · 1.17 KB

# PatchCustomer

use Xendit\Customer\PatchCustomer;

Properties

Name Type Required Description Examples
client_name string Entity's name for this client AirAsia Indonesia
reference_id string Merchant's reference of this end customer, eg Merchant's user's id. Must be unique. null
individual_detail IndividualDetail null
business_detail BusinessDetail null
description string null
email string [email protected]
mobile_number string +6281295412345
phone_number string +6281295412345
metadata object null
addresses array null
identity_accounts array null
kyc_documents array null
status EndCustomerStatus null

[Back to README]