Conekta::OrderNextActionResponse

December 21, 2023 ยท View on GitHub

Properties

NameTypeDescriptionNotes
redirect_to_urlOrderNextActionResponseRedirectToUrl[optional]
typeStringIndicates the type of action to be taken[optional]

Example

require 'conekta'

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