Sha256: e8d78367d864af6c72da76445d528942a6515f4c3492f4d64d363b6b0a89fc5f
Contents?: true
Size: 983 Bytes
Versions: 167
Compression:
Stored size: 983 Bytes
Contents
# UltracartClient::CouponDiscountItemWithItemPurchase ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_item** | **String** | The item that will be sold at the discount_price when required_purchase_item is purchased. | [optional] | | **discount_price** | **Float** | The price (unit cost) of the discounted item | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | | **required_purchase_item** | **String** | The item that must be purchased for the discount to be applied to the discount item. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponDiscountItemWithItemPurchase.new( currency_code: null, discount_item: null, discount_price: null, limit: null, required_purchase_item: null ) ```
Version data entries
167 entries across 167 versions & 1 rubygems