Sha256: 8b0b4677328e8ef0ae32653adc9d3949961ade79517454f63e66fba52d95f50d
Contents?: true
Size: 788 Bytes
Versions: 156
Compression:
Stored size: 788 Bytes
Contents
# UltracartClient::CouponPercentOffItems ## 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] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffItems.new( discount_percent: null, excluded_items: null, items: null, limit: null ) ```
Version data entries
156 entries across 156 versions & 1 rubygems