Sha256: 10e13ca99991aaee64c882e391ddadf1f8a4da406d615a487128e84d41a041b5
Contents?: true
Size: 464 Bytes
Versions: 186
Compression:
Stored size: 464 Bytes
Contents
# UltracartClient::ItemReporting ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **report_as_upsell** | **Boolean** | Report as an upsell | [optional] | | **report_pickable_quantities** | **Array<Integer>** | Report pickable quantities | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemReporting.new( report_as_upsell: null, report_pickable_quantities: null ) ```
Version data entries
186 entries across 186 versions & 1 rubygems