Sha256: 58a95409f0b8dd5f5de3527ba15c6c7e5b1df4879ed6b61293030ec19efbf44f
Contents?: true
Size: 687 Bytes
Versions: 29
Compression:
Stored size: 687 Bytes
Contents
# UltracartClient::CouponBuyOneGetOneLimit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_tags** | **Array<String>** | An optional list of item tags which will receive a discount. | [optional] | | **items** | **Array<String>** | An optional list of items of which one must be purchased to receive free quantity of the same item. | [optional] | | **limit** | **Integer** | The limit of free items that may be received when purchasing multiple items | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponBuyOneGetOneLimit.new( item_tags: null, items: null, limit: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems