# CustomerValidation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **first_name** | **str** | Customer's first name | **last_name** | **str** | Customer's last name | **type** | **str** | Predefined types of identification. | **country** | **str** | Two-letter country code of identification issuer | **bvn** | **str** | Customer's Bank Verification Number | **bank_code** | **str** | You can get the list of bank codes by calling the List Banks endpoint (https://api.paystack.co/bank). | **account_number** | **str** | Customer's bank account number. | **value** | **str** | Customer's identification number. Required if type is bvn | [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)