Conekta::CompanyResponseDocumentsInner
August 12, 2025 · View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| file_classification | String | Classification of the document. | Tipo de archivo |
| status | String | The status of the document. | [optional] |
| file_name | String | The name of the file. | [optional] |
Example
require 'conekta'
instance = Conekta::CompanyResponseDocumentsInner.new(
file_classification: deposit_account_cover,
status: pending,
file_name: null
)