/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Customer/KYCDocumentRequest.md
# # 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)