Sha256: 8a77724b5e37a184ee0df50f881d88ce38b39f761b9da5b22c9898a9dd568f4d
Contents?: true
Size: 613 Bytes
Versions: 196
Compression:
Stored size: 613 Bytes
Contents
# UltracartClient::CustomerQuotesSummary ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **first_quote_dts** | **String** | First quote date | [optional] | | **last_quote_dts** | **String** | Last quote date | [optional] | | **quote_count** | **Integer** | Total number of quote | [optional] | | **total** | **Float** | Total amount associated with the quotes | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CustomerQuotesSummary.new( first_quote_dts: null, last_quote_dts: null, quote_count: null, total: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems