Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 613 Bytes

File metadata and controls

24 lines (18 loc) · 613 Bytes

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

require 'ultracart_api'

instance = UltracartClient::CustomerQuotesSummary.new(
  first_quote_dts: null,
  last_quote_dts: null,
  quote_count: null,
  total: null
)