Sha256: 10ecf4116516411a9f64433ec2eae81068329218d6f42e22c2de28b0856186cf
Contents?: true
Size: 742 Bytes
Versions: 203
Compression:
Stored size: 742 Bytes
Contents
# UltracartClient::CouponDiscountItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_price** | **Float** | The price (unit cost) of the discounted item | [optional] | | **items** | **Array<String>** | A list of items that are eligible for this discount_price. | [optional] | | **limit** | **Integer** | The (optional) maximum quantity of discounted items. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponDiscountItems.new( currency_code: null, discount_price: null, items: null, limit: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems