Sha256: bedd14f96a21a41166a7dabebce983de774a8f95f79bc15eb73f8b9f10f61dcb
Contents?: true
Size: 1.01 KB
Versions: 196
Compression:
Stored size: 1.01 KB
Contents
# UltracartClient::CouponFreeItemsWithItemPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **free_item** | **String** | The item id of the free item that will be received when the required mix and match group quantity is purchased. | [optional] | | **free_quantity** | **Integer** | The quantity of free item that will be received. | [optional] | | **limit** | **Integer** | The limit of free items that may be received when purchasing multiple items | [optional] | | **required_purchase_item** | **String** | Required item that must be purchased for coupon to be valid | [optional] | | **required_purchase_quantity** | **Integer** | Required quantity of mix and match group items that must be purchased for coupon to be valid | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponFreeItemsWithItemPurchase.new( free_item: null, free_quantity: null, limit: null, required_purchase_item: null, required_purchase_quantity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems