Sha256: dcfaa2dd7e8830fb36ecbf660f0566c7fb6654c2bc130610f499c913bf223e8d
Contents?: true
Size: 635 Bytes
Versions: 196
Compression:
Stored size: 635 Bytes
Contents
# UltracartClient::OrderResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **order** | [**Order**](Order.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderResponse.new( error: null, metadata: null, order: null, success: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems