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.45.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.44.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.43.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.42.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.41.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.40.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.39.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.38.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.37.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.36.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.35.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.34.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.33.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md
ultracart_api-4.0.32.rc docs/CouponPercentOffItemWithItemsQuantityPurchase.md