Name | Type | Description | Notes |
---|---|---|---|
redirect_to_url | OrderNextActionResponseRedirectToUrl | [optional] | |
type | String | Indicates the type of action to be taken | [optional] |
require 'conekta'
instance = Conekta::OrderNextActionResponse.new(
redirect_to_url: null,
type: redirect_to_url
)