Conekta::TokenRequestCheckout
July 21, 2026 ยท 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::TokenRequestCheckout.new(
returns_control_on: Token
)