Conekta::CompanyDocumentResponse
August 12, 2025 · View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| file_classification | String | Classification of the document. | Tipo de archivo |
| file_name | String | Name of the file as stored or processed. | |
| status | String | Current status of the document. |
Example
require 'conekta'
instance = Conekta::CompanyDocumentResponse.new(
file_classification: id_legal_representative,
file_name: prueba3.pdf,
status: uploaded
)