Sha256: 945aa1f5aacf8ea4a47abab0dc604377e5a24d3754b5142c28c745ff00dc9b94
Contents?: true
Size: 723 Bytes
Versions: 55
Compression:
Stored size: 723 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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffMsrpItems.new( discount_percent: null, excluded_items: null, items: null, limit: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems