Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

OrderNextActionResponse.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

Conekta::OrderNextActionResponse

Properties

Name Type Description Notes
redirect_to_url OrderNextActionResponseRedirectToUrl [optional]
type String Indicates the type of action to be taken [optional]

Example

require 'conekta'

instance = Conekta::OrderNextActionResponse.new(
  redirect_to_url: null,
  type: redirect_to_url
)