Conekta::TokenCheckout
August 1, 2023 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| returns_control_on | String | It is a value that allows identifying the returns control on. | [optional] |
Example
require 'conekta'
instance = Conekta::TokenCheckout.new(
returns_control_on: Token
)