Sha256: 5af0e71fd36ed00cb82b736542eeb4460d757b11b5d9af22f767bfc2274a51b4
Contents?: true
Size: 685 Bytes
Versions: 149
Compression:
Stored size: 685 Bytes
Contents
# UltracartClient::ItemFulfillmentAddon ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **add_item_id** | **String** | Add Item Id | [optional] | | **add_item_oid** | **Integer** | Add Item object identifier | [optional] | | **initial_order_only** | **Boolean** | Initial Order Only | [optional] | | **once_per_order** | **Boolean** | Once Per Order | [optional] | | **quantity** | **Integer** | Quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemFulfillmentAddon.new( add_item_id: null, add_item_oid: null, initial_order_only: null, once_per_order: null, quantity: null ) ```
Version data entries
149 entries across 149 versions & 1 rubygems