Sha256: f246de5f1f8100996b3f0054f263bc237f15ec67a2576f25e95f25fb85cbeb91
Contents?: true
Size: 505 Bytes
Versions: 196
Compression:
Stored size: 505 Bytes
Contents
# UltracartClient::OrderQuote ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **quote_expiration_dts** | **String** | Expiration of quote at date/time | [optional] | | **quoted_by** | **String** | Quoted by user | [optional] | | **quoted_dts** | **String** | Quoted on date/time | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderQuote.new( quote_expiration_dts: null, quoted_by: null, quoted_dts: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems