Sha256: 8016acb6c9fad3c825c5563e9156ae886575137b84cb8d1b3e2dc86748e01107
Contents?: true
Size: 1006 Bytes
Versions: 148
Compression:
Stored size: 1006 Bytes
Contents
# UltracartClient::CouponPercentOffMsrpItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **excluded_items** | **Array<String>** | A list of items which cannot be discounted. | [optional] | | **items** | **Array<String>** | An list of items which will receive a discount. | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | | **minimum_cumulative_msrp** | **Float** | The (optional) minimum cumulative msrp of qualifying items. | [optional] | | **minimum_subtotal** | **Float** | The (optional) minimum subtotal of qualifying items. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffMsrpItems.new( discount_percent: null, excluded_items: null, items: null, limit: null, minimum_cumulative_msrp: null, minimum_subtotal: null ) ```
Version data entries
148 entries across 148 versions & 1 rubygems