Sha256: 233e3a9cad48d81f89598a80346b2122b2fb97c05d5a4a775273731192203b90
Contents?: true
Size: 800 Bytes
Versions: 203
Compression:
Stored size: 800 Bytes
Contents
# UltracartClient::CouponFreeItemWithSubtotal ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **currency_code** | **String** | The ISO-4217 three letter currency code the customer is viewing prices in | [optional] | | **items** | **Array<String>** | A list of items that are eligible for this discount_price. | [optional] | | **limit** | **Integer** | The limit of free items that may be received when purchasing multiple items | [optional] | | **subtotal_amount** | **Float** | The amount of subtotal required to receive the discount percent | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponFreeItemWithSubtotal.new( currency_code: null, items: null, limit: null, subtotal_amount: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems