Conekta::TokenCheckout

August 1, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
returns_control_onStringIt is a value that allows identifying the returns control on.[optional]

Example

require 'conekta'

instance = Conekta::TokenCheckout.new(
  returns_control_on: Token
)