# CounterpartyBankModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**guid** | **String** | Auto-generated unique identifier for the counterparty. | [optional] 
**type** | **String** | The counterparty type; one of business or individual. | [optional] 
**bankGuid** | **String** | Auto-generated unique identifier for the counterparty's bank. | [optional] 
**customerGuid** | **String** | Auto-generated unique identifier for the counterparty's customer. | [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 counterparty state; one of storing, unverified, verified, or rejected. | [optional] 
**name** | [**CounterpartyNameBankModel**](CounterpartyNameBankModel.md) |  | [optional] 
**address** | [**CounterpartyAddressBankModel**](CounterpartyAddressBankModel.md) |  | [optional] 
**aliases** | [CounterpartyAliasesInnerBankModel] | The counterparty's aliases. Only available for GET operations when 'include_pii' is set. | [optional] 
**dateOfBirth** | **Date** | The counterparty's DOB. Only available for GET operations when 'include_pii' is set. | [optional] 
**labels** | **[String]** | The labels associated with the counterparty. | [optional] 
**complianceDecisions** | [ComplianceDecisionBankModel] | The compliance decisions associated with the counterparty. | [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)