Skip to content

Files

Latest commit

9a19f20 · Aug 1, 2023

History

History
18 lines (12 loc) · 348 Bytes
·

TokenCheckout.md

File metadata and controls

18 lines (12 loc) · 348 Bytes
·

Conekta::TokenCheckout

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
)