Sha256: 560f0f74ee7eee0240b3685d504ba54eba1e5aa00d91160fb1b2e5f54807430c
Contents?: true
Size: 807 Bytes
Versions: 36
Compression:
Stored size: 807 Bytes
Contents
# UltracartClient::CouponTieredAmountOffItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_tags** | **Array<String>** | An optional list of item tags which will receive a discount. If blank, discount applies to all items except excluded items. | [optional] | | **items** | **Array<String>** | The items being discounted by this coupon. | [optional] | | **limit** | **Float** | The maximum number of discounted items. | [optional] | | **tiers** | [**Array<CouponTierQuantityAmount>**](CouponTierQuantityAmount.md) | A list of discount tiers. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponTieredAmountOffItems.new( item_tags: null, items: null, limit: null, tiers: null ) ```
Version data entries
36 entries across 36 versions & 1 rubygems