Conekta::PayoutMethod

April 29, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe type of the payout method.

Example

require 'conekta'

instance = Conekta::PayoutMethod.new(
  type: cashout
)