Sha256: e1ed96c0a8f0e9dc51886f28cf6ec2cb6e90ddec81f369911ed05dd13d624416
Contents?: true
Size: 753 Bytes
Versions: 71
Compression:
Stored size: 753 Bytes
Contents
# UltracartClient::AutoOrderAddonItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **arbitrary_unit_cost** | **Float** | | [optional] | | **free_shipping** | **Boolean** | | [optional] | | **item_id** | **String** | | [optional] | | **next_x_orders** | **Integer** | | [optional] | | **options** | [**Array<AutoOrderAddonItemOption>**](AutoOrderAddonItemOption.md) | Options associated with this item | [optional] | | **quantity** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderAddonItem.new( arbitrary_unit_cost: null, free_shipping: null, item_id: null, next_x_orders: null, options: null, quantity: null ) ```
Version data entries
71 entries across 71 versions & 1 rubygems