Sha256: b8a458739114bdfa014a5b6bfc29c9d749ce341bb1dedbd9f4eb1f60c2880818
Contents?: true
Size: 1.08 KB
Versions: 198
Compression:
Stored size: 1.08 KB
Contents
# UltracartClient::CouponFreeItemsWithMixMatchPurchase ## 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 mix and match group items | [optional] | | **required_purchase_mix_and_match_group** | **String** | Required mix and match group 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::CouponFreeItemsWithMixMatchPurchase.new( free_item: null, free_quantity: null, limit: null, required_purchase_mix_and_match_group: null, required_purchase_quantity: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems