Sha256: dc684c75bc5c27819b75e3f023ac875f319dfbca4d373607e7d8bb1db8bd0af2
Contents?: true
Size: 885 Bytes
Versions: 10
Compression:
Stored size: 885 Bytes
Contents
# UltracartClient::ConversationPbxCustomerSnapshotResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **auto_orders** | [**Array<AutoOrder>**](AutoOrder.md) | | [optional] | | **customer** | [**Customer**](Customer.md) | | [optional] | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **orders** | [**Array<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::ConversationPbxCustomerSnapshotResponse.new( auto_orders: null, customer: null, error: null, metadata: null, orders: null, success: null, warning: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems