JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # IdentityAccountResponse ```php use Xendit\Customer\IdentityAccountResponse; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **id** | **string** | | | d290f1ee-6c54-4b01-90e6-d701748f0851 | | **code** | **string** | | | null | | **company** | **string** | ☑️ | | null | | **description** | **string** | ☑️ | | null | | **country** | **string** | ☑️ | ISO3166-2 country code | ID | | **holder_name** | **string** | | | null | | **type** | **string** | ☑️ | | null | | **properties** | [**IdentityAccountResponseProperties**](IdentityAccountResponseProperties.md) | ☑️ | | null | | **created** | **\DateTime** | | | 2016-08-29T09:12:33.001Z | [[Back to README]](../../README.md)