Sha256: 349b5323a9395be8249f3d115a83157ebb609f2ef86ca78c1abfbba8ae2b4919
Contents?: true
Size: 697 Bytes
Versions: 196
Compression:
Stored size: 697 Bytes
Contents
# UltracartClient::OrderTokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **order_token** | **String** | An order token that securely represents an order id | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderTokenResponse.new( error: null, metadata: null, order_token: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems