Sha256: 5cf8243ab5dd16b05e1aaaf929007ae8efa94fa41a65ed0e2f680a3186807ccf
Contents?: true
Size: 477 Bytes
Versions: 10
Compression:
Stored size: 477 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 (deprecated) | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemReporting.new( report_as_upsell: null, report_pickable_quantities: null ) ```
Version data entries
10 entries across 10 versions & 1 rubygems