Sha256: c8e52b807a2c3e7a21710bf2473986d221e3a25e9c5ef46e17604a7063067bc4
Contents?: true
Size: 533 Bytes
Versions: 203
Compression:
Stored size: 533 Bytes
Contents
# UltracartClient::CouponMultipleAmountsOffItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discounts** | [**Array<CouponTierItemDiscount>**](CouponTierItemDiscount.md) | A list of item discounts. | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of items that may receive a discount. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponMultipleAmountsOffItems.new( discounts: null, limit: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems