# PostIdentityVerificationBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of identity verification. | **method** | **String** | The identity verification method. | **customerGuid** | **String** | The customer's identifier. | [optional] **countryCode** | **String** | The ISO 3166 country 2-Alpha country the customer is being verified in; required when method is set to 'id_and_selfie'. If not present, will default to the Bank's configured country code. | [optional] **name** | [**PostIdentityVerificationNameBankModel**](PostIdentityVerificationNameBankModel.md) | | [optional] **address** | [**PostIdentityVerificationAddressBankModel**](PostIdentityVerificationAddressBankModel.md) | | [optional] **dateOfBirth** | **Date** | The customer's date of birth; required when type is set to 'kyc' and method is set to 'attested'. | [optional] **phoneNumber** | **String** | The customer's phone number. | [optional] **emailAddress** | **String** | The customer's email address. | [optional] **identificationNumbers** | [PostIdentificationNumberBankModel] | The customer's identification numbers; required when type is set to 'kyc' and method is set to 'attested'. | [optional] **externalBankAccountGuid** | **String** | The external bank account's identifier. Required for 'bank_account' type. | [optional] **expectedBehaviours** | **[String]** | The optional expected behaviour to simulate. | [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)