Sha256: fbac305ef517d025dd6ec7f341af3252fa260ff0f9e31c1bf3ae9b6590814bfd
Contents?: true
Size: 744 Bytes
Versions: 167
Compression:
Stored size: 744 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] | | **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, items: null, limit: null ) ```
Version data entries
167 entries across 167 versions & 1 rubygems