Sha256: 87d75b042f371011b80398cb4500a5b08e57bc31826fcdb6ebaa79f37fee79ff
Contents?: true
Size: 1.06 KB
Versions: 203
Compression:
Stored size: 1.06 KB
Contents
# UltracartClient::ItemRestriction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **exclude_coupon** | **Boolean** | Exclude coupons | [optional] | | **exclude_from_free_promotion** | **Boolean** | Exclude from free promotion | [optional] | | **items** | [**Array<ItemRestrictionItem>**](ItemRestrictionItem.md) | Items | [optional] | | **maximum_quantity** | **Integer** | Maximum quantity | [optional] | | **minimum_quantity** | **Integer** | Minimum quantity (defaults to 1) | [optional] | | **multiple_quantity** | **Integer** | Multiple of quantity | [optional] | | **one_per_customer** | **Boolean** | One per customer | [optional] | | **purchase_separately** | **Boolean** | Purchase separately | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemRestriction.new( exclude_coupon: null, exclude_from_free_promotion: null, items: null, maximum_quantity: null, minimum_quantity: null, multiple_quantity: null, one_per_customer: null, purchase_separately: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems