Sha256: 56fe127dc10d1ccdb051b7422b428b985b1e893cc9ee100982bcbec701489224
Contents?: true
Size: 568 Bytes
Versions: 121
Compression:
Stored size: 568 Bytes
Contents
# UltracartClient::ItemPricingTierLimit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cumulative_order_limit** | **Integer** | Cumulative order limit | [optional] | | **individual_order_limit** | **Integer** | Individual order limit | [optional] | | **multiple_quantity** | **Integer** | Multiple quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemPricingTierLimit.new( cumulative_order_limit: null, individual_order_limit: null, multiple_quantity: null ) ```
Version data entries
121 entries across 121 versions & 1 rubygems