# CustomerBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **guid** | **String** | Auto-generated unique identifier for the customer. | [optional] **bankGuid** | **String** | Auto-generated unique identifier for the customer's bank. | [optional] **type** | **String** | The customer type; one of business or individual. | [optional] **createdAt** | **Date** | ISO8601 datetime the record was created at. | [optional] **updatedAt** | **Date** | ISO8601 datetime the record was last updated at. | [optional] **state** | **String** | The customer state; one of storing, unverified, verified, rejected, or frozen. | [optional] **name** | [**CustomerNameBankModel**](CustomerNameBankModel.md) | | [optional] **address** | [**CustomerAddressBankModel**](CustomerAddressBankModel.md) | | [optional] **aliases** | [CustomerAliasesInnerBankModel] | The customer's aliases. Only available for GET operations when 'include_pii' is set. | [optional] **website** | **String** | The customer's website. Only available for GET operations when 'include_pii' is set. | [optional] **dateOfBirth** | **Date** | The customer's DOB. Only available for GET operations when 'include_pii' is set. | [optional] **phoneNumber** | **String** | The customer's phone number. Only available for GET operations when 'include_pii' is set. | [optional] **emailAddress** | **String** | The customer's email address. Only available for GET operations when 'include_pii' is set. | [optional] **labels** | **[String]** | The labels associated with the customer. | [optional] **verificationChecks** | [VerificationCheckBankModel] | The verification checks associated with the customer. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)