Conekta::CreateCompanyRequestBankAccountInfo
August 12, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| clabe | String | The 18-digit CLABE for the bank account. | [optional] |
Example
require 'conekta'
instance = Conekta::CreateCompanyRequestBankAccountInfo.new(
clabe: 002010077777777771
)