Sha256: bb65f7dfa068bf4ed44a7019daa62a24ca3dd0a01af969c7c4489cf224752d98
Contents?: true
Size: 480 Bytes
Versions: 5
Compression:
Stored size: 480 Bytes
Contents
# Conekta::OrderNextActionResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **redirect_to_url** | [**OrderNextActionResponseRedirectToUrl**](OrderNextActionResponseRedirectToUrl.md) | | [optional] | | **type** | **String** | Indicates the type of action to be taken | [optional] | ## Example ```ruby require 'conekta' instance = Conekta::OrderNextActionResponse.new( redirect_to_url: null, type: redirect_to_url ) ```
Version data entries
5 entries across 5 versions & 1 rubygems