Conekta::CompanyDocumentResponse

August 12, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
file_classificationStringClassification of the document.Tipo de archivo
file_nameStringName of the file as stored or processed.
statusStringCurrent status of the document.

Example

require 'conekta'

instance = Conekta::CompanyDocumentResponse.new(
  file_classification: id_legal_representative,
  file_name: prueba3.pdf,
  status: uploaded
)