Sha256: ae97c23e7e87f3cea550a462d093b1ec7730c359618e105988629157e6d2e61c
Contents?: true
Size: 863 Bytes
Versions: 167
Compression:
Stored size: 863 Bytes
Contents
# UltracartClient::CouponPercentOffItemsWithItemsPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_percent** | **Float** | The percentage of subtotal discount | [optional] | | **items** | **Array<String>** | A list of items which will receive a discount if one of the required purchase items is purchased. | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | | **required_purchase_items** | **Array<String>** | Required items (at least one from the list) that must be purchased for coupon to be valid | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponPercentOffItemsWithItemsPurchase.new( discount_percent: null, items: null, limit: null, required_purchase_items: null ) ```
Version data entries
167 entries across 167 versions & 1 rubygems