/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Customer/IndividualDetail.md
# # IndividualDetail


```php
use Xendit\Customer\IndividualDetail;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **given_names** | **string** |  |  | null |
| **given_names_non_roman** | **string** |  |  | null |
| **middle_name** | **string** |  |  | null |
| **surname** | **string** |  |  | null |
| **surname_non_roman** | **string** |  |  | null |
| **mother_maiden_name** | **string** |  |  | null |
| **gender** | **string** |  |  | null |
| **date_of_birth** | **string** |  |  | 2017-07-21 |
| **nationality** | **string** |  | ISO3166-2 country code | ID |
| **place_of_birth** | **string** |  |  | null |
| **employment** | [**EmploymentDetail**](EmploymentDetail.md) |  |  | null |


[[Back to README]](../../README.md)