Sha256: 267a7bc444bd00983cd2b7e392f6bd4cef010c305e1200d74995be182c1996e9
Contents?: true
Size: 1.13 KB
Versions: 196
Compression:
Stored size: 1.13 KB
Contents
# UltracartClient::ChannelPartnerOrderItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **arbitrary_unit_cost** | **Float** | Arbitrary unit cost for this item that differs from the listed price | [optional] | | **auto_order_last_rebill_dts** | **String** | Optional date/time of the last rebill if this item is part of an auto (recurring) order | [optional] | | **auto_order_schedule** | **String** | The frequency schedule for this item if this item is part of an auto (recurring) order | [optional] | | **merchant_item_id** | **String** | Item ID | [optional] | | **options** | [**Array<ChannelPartnerOrderItemOption>**](ChannelPartnerOrderItemOption.md) | Item options | [optional] | | **quantity** | **Float** | Quantity | [optional] | | **upsell** | **Boolean** | True if this item was an upsell item. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartnerOrderItem.new( arbitrary_unit_cost: null, auto_order_last_rebill_dts: null, auto_order_schedule: null, merchant_item_id: null, options: null, quantity: null, upsell: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems