Sha256: 43bef2890ad6786e21700a7714defbb6e98e13e5848514edf9fb60271843126b
Contents?: true
Size: 810 Bytes
Versions: 196
Compression:
Stored size: 810 Bytes
Contents
# UltracartClient::CouponPercentOffRetailPriceItems ## 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::CouponPercentOffRetailPriceItems.new( discount_percent: null, excluded_items: null, items: null, limit: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems