Conekta::CompanyResponseDocumentsInner

August 12, 2025 · View on GitHub

Properties

NameTypeDescriptionNotes
file_classificationStringClassification of the document.Tipo de archivo
statusStringThe status of the document.[optional]
file_nameStringThe name of the file.[optional]

Example

require 'conekta'

instance = Conekta::CompanyResponseDocumentsInner.new(
  file_classification: deposit_account_cover,
  status: pending,
  file_name: null
)