Sha256: 304cb5e223d76cea4a9dee402ab1fa2770dfc593d841ebfb6cb55e7abe7def4d
Contents?: true
Size: 1.02 KB
Versions: 62
Compression:
Stored size: 1.02 KB
Contents
# UltracartClient::CouponFreeItemWithItemPurchaseAndFreeShipping ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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. Free shipping will apply to all units of the free item ids though. | [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] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponFreeItemWithItemPurchaseAndFreeShipping.new( items: null, limit: null, match_required_purchase_item_to_free_item: null, required_purchase_items: null ) ```
Version data entries
62 entries across 62 versions & 1 rubygems