Conekta::CreateCompanyRequestBankAccountInfo

August 12, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
clabeStringThe 18-digit CLABE for the bank account.[optional]

Example

require 'conekta'

instance = Conekta::CreateCompanyRequestBankAccountInfo.new(
  clabe: 002010077777777771
)