# CoboWaas2.MerchantKycSubmission

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kyc_submission_id** | **String** | The KYC submission ID. | 
**merchant_id** | **String** | The merchant ID. | 
**status** | [**MerchantKycStatus**](MerchantKycStatus.md) |  | 
**email** | **String** | The merchant email address. | 
**phone** | **String** | The merchant phone number. | 
**merchant_type** | [**MerchantKycMerchantType**](MerchantKycMerchantType.md) |  | 
**country** | **String** | The country/region of the merchant, in ISO 3166-1 alpha-3 format. | 
**industry** | **[String]** | The industry categories of the merchant. | 
**company_info** | [**MerchantKycCompanyInfo**](MerchantKycCompanyInfo.md) |  | 
**created_timestamp** | **Number** | The creation timestamp in Unix seconds. | 
**updated_timestamp** | **Number** | The last update timestamp in Unix seconds. | [optional] 


