JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # KYCDocumentRequest ```php use Xendit\Customer\KYCDocumentRequest; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **country** | **string** | | ISO3166-2 country code | ID | | **type** | [**KYCDocumentType**](KYCDocumentType.md) | | | null | | **sub_type** | [**KYCDocumentSubType**](KYCDocumentSubType.md) | | | null | | **document_name** | **string** | | | KTP | | **document_number** | **string** | | | AA123467890 | | **expires_at** | **string** | | | 2017-07-21 | | **holder_name** | **string** | | | John Doe | | **document_images** | **string[]** | | | null | [[Back to README]](../../README.md)