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