| Name | Type | Description | Notes |
|---|---|---|---|
| discounts | Array<CouponTierItemDiscount> | A list of item discounts. | [optional] |
| limit | Integer | The (optional) maximum quantity of items that may receive a discount. | [optional] |
require 'ultracart_api'
instance = UltracartClient::CouponMultipleAmountsOffItems.new(
discounts: null,
limit: null
)