Sha256: 29fc4627ae3f15c67f8fab15ba3f832b70c7248f65da40334d9874f81b4f6bbc
Contents?: true
Size: 635 Bytes
Versions: 150
Compression:
Stored size: 635 Bytes
Contents
# UltracartClient::CouponTieredPercentOffSubtotalBasedOnMSRP ## 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::CouponTieredPercentOffSubtotalBasedOnMSRP.new( items: null, tiers: null ) ```
Version data entries
150 entries across 150 versions & 1 rubygems