Sha256: 70243e6191b9459f57d8b681e71810824eaf8e8730db82a445ac5b77caef0bde
Contents?: true
Size: 883 Bytes
Versions: 29
Compression:
Stored size: 883 Bytes
Contents
# UltracartClient::CouponAmountOffItems ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **discount_amount** | **Float** | The amount of shipping discount | [optional] | | **item_tags** | **Array<String>** | An optional list of item tags which will receive a discount. | [optional] | | **items** | **Array<String>** | A list of items which are eligible for the discount amount. | [optional] | | **limit** | **Integer** | The limit of items which are eligible for the discount amount. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponAmountOffItems.new( currency_code: null, discount_amount: null, item_tags: null, items: null, limit: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems