Conekta::CashAgreementsResponse

July 21, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
agreementStringAgreement number, you can use this number to pay in the store/bbva[optional]
providerStringProvider name, you can use this to know where to pay[optional]

Example

require 'conekta'

instance = Conekta::CashAgreementsResponse.new(
  agreement: 2409526,
  provider: bbva_cash_in
)