JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # 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)