Sha256: aa777b4baffb6d7bbcd1f5f9be357028911ef5c2d4c4b07da86e4a0a943bd478

Contents?: true

Size: 1.03 KB

Versions: 194

Compression:

Stored size: 1.03 KB

Contents

# UltracartClient::CouponPercentOffItemWithItemsQuantityPurchase

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **discount_percent** | **Float** | The percentage of subtotal discount | [optional] |
| **items** | **Array<String>** | A list of items which will receive a discount if one of the required purchase items is purchased. | [optional] |
| **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] |
| **required_purchase_items** | **Array<String>** | Required items (at least one from the list) that must be purchased for coupon to be valid | [optional] |
| **required_purchase_quantity** | **Integer** | The quantity of items that must be purchased for the discount to be applied. | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::CouponPercentOffItemWithItemsQuantityPurchase.new(
  discount_percent: null,
  items: null,
  limit: null,
  required_purchase_items: null,
  required_purchase_quantity: null
)
```

Version data entries

194 entries across 194 versions & 1 rubygems

Version Path
ultracart_api-4.0.145 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.144 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.143 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.142 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.141 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.140 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.139 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.138 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.137 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.136 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.135 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.134 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.133 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.132 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.131 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.130 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.129 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.128 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.127 docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.126.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md