JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # CustomerRequest ```php use Xendit\Customer\CustomerRequest; ``` ## 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 | | **type** | **string** | | | null | | **individual_detail** | [**IndividualDetail**](IndividualDetail.md) | | | null | | **business_detail** | [**BusinessDetail**](BusinessDetail.md) | | | null | | **description** | **string** | | | null | | **email** | **string** | | | info@xendit.co | | **mobile_number** | **string** | | | +6281295412345 | | **phone_number** | **string** | | | +6281295412345 | | **addresses** | [**array**](AddressRequest.md) | | | null | | **identity_accounts** | [**array**](IdentityAccountRequest.md) | | | null | | **kyc_documents** | [**array**](KYCDocumentRequest.md) | | | null | | **metadata** | **object** | | | null | [[Back to README]](../../README.md)