Sha256: 369260fc6d4e9d0841ce82e09e50044d2b03c61e8d360a6458099ae867ff0d14
Contents?: true
Size: 707 Bytes
Versions: 159
Compression:
Stored size: 707 Bytes
Contents
# UltracartClient::CouponPercentOffItemsAndFreeShipping ## 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 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_items: null, items: null ) ```
Version data entries
159 entries across 159 versions & 1 rubygems