# PostCustomerBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The customer's type. | **name** | [**PostCustomerNameBankModel**](PostCustomerNameBankModel.md) | | [optional] **address** | [**PostCustomerAddressBankModel**](PostCustomerAddressBankModel.md) | | [optional] **dateOfBirth** | **Date** | The customer's date of birth. | [optional] **phoneNumber** | **String** | The customer's phone number. | [optional] **emailAddress** | **String** | The customer's email address. | [optional] **identificationNumbers** | [PostIdentificationNumberBankModel] | The customer's identification numbers. | [optional] **labels** | **[String]** | The labels 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)