Skip to content

Latest commit

 

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
)