Sha256: 3a642ac56303ac9c036f2e9ad090c5474db7857e14e195f1ee06973c1b975dd0
Contents?: true
Size: 1.03 KB
Versions: 37
Compression:
Stored size: 1.03 KB
Contents
# UltracartClient::CouponPercentOffItemsAndFreeShipping ## 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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffItemsAndFreeShipping.new( discount_percent: null, excluded_item_tags: null, excluded_items: null, item_tags: null, items: null ) ```
Version data entries
37 entries across 37 versions & 1 rubygems