Sha256: bb65f7dfa068bf4ed44a7019daa62a24ca3dd0a01af969c7c4489cf224752d98
Contents?: true
Size: 480 Bytes
Versions: 4
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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
conekta-6.0.4 | docs/OrderNextActionResponse.md |
conekta-6.0.3 | docs/OrderNextActionResponse.md |
conekta-6.0.2 | docs/OrderNextActionResponse.md |
conekta-6.0.1 | docs/OrderNextActionResponse.md |