Sha256: 6b506d1ac2ed42399604978b16e26f16ebd857503835f472a6a916a2cfd19c0f
Contents?: true
Size: 613 Bytes
Versions: 196
Compression:
Stored size: 613 Bytes
Contents
# UltracartClient::CouponTieredPercentOffSubtotal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **items** | **Array<String>** | An optional list of items of which a quantity of one or many must be purchased for coupon to be valid. If empty, all items apply toward subtotal amount. | [optional] | | **tiers** | [**Array<CouponTierPercent>**](CouponTierPercent.md) | A list of discount tiers. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponTieredPercentOffSubtotal.new( items: null, tiers: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems