Sha256: 632cbc83dce45bf6c2cdf543cdc4090213e09e37ac1be7be08191a220d85b16e
Contents?: true
Size: 614 Bytes
Versions: 196
Compression:
Stored size: 614 Bytes
Contents
# UltracartClient::CustomerOrdersSummary ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_order_dts** | **String** | First order date | [optional] | | **last_order_dts** | **String** | Last order date | [optional] | | **order_count** | **Integer** | Total number of orders | [optional] | | **total** | **Float** | Total amount associated with the orders | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerOrdersSummary.new( first_order_dts: null, last_order_dts: null, order_count: null, total: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems