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