Sha256: 24a0e9e53acd3a4fc603e418c2a0f7d9713f807edf3576a8f2e359fafbfaa97f
Contents?: true
Size: 548 Bytes
Versions: 167
Compression:
Stored size: 548 Bytes
Contents
# UltracartClient::CouponBuyOneGetOneLimit ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( items: null, limit: null ) ```
Version data entries
167 entries across 167 versions & 1 rubygems