Sha256: d93c31ffb2b4905d1047f254e0186d2a02901e2284f66beec737465e0cbdb2b1
Contents?: true
Size: 1.11 KB
Versions: 40
Compression:
Stored size: 1.11 KB
Contents
# UltracartClient::CouponPercentOffItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **excluded_item_tags** | **Array<String>** | A list of item tags which cannot be discounted. | [optional] | | **excluded_items** | **Array<String>** | A list of items which cannot be discounted. | [optional] | | **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>** | An optional list of items which will receive a discount. If blank, discount applies to all items except excluded items. | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffItems.new( discount_percent: null, excluded_item_tags: null, excluded_items: null, item_tags: null, items: null, limit: null ) ```
Version data entries
40 entries across 40 versions & 1 rubygems