Sha256: d6f178c903beb44aa4d2682b96dad25e7013343f629be0e826e64c09721197bb
Contents?: true
Size: 1.28 KB
Versions: 29
Compression:
Stored size: 1.28 KB
Contents
# UltracartClient::CouponFreeItemWithItemPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_tags** | **Array<String>** | An optional list of item tags which will receive a discount of one of the required purchased items is purchased. | [optional] | | **items** | **Array<String>** | A list of free 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] | | **match_required_purchase_item_to_free_item** | **Boolean** | If true then the free item is matched 1:1 with the free item in the list. | [optional] | | **required_purchase_items** | **Array<String>** | Required items (at least one from the list) that must be purchased for coupon to be valid | [optional] | | **required_purchase_items_tags** | **Array<String>** | An optional list of item tags which are required to be purchased. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponFreeItemWithItemPurchase.new( item_tags: null, items: null, limit: null, match_required_purchase_item_to_free_item: null, required_purchase_items: null, required_purchase_items_tags: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems