Sha256: 68c9fc654322182a64da775a35e5d8ba33d78ff328d5db89780e221f7df094c7
Contents?: true
Size: 576 Bytes
Versions: 196
Compression:
Stored size: 576 Bytes
Contents
# UltracartClient::CouponTierQuantityAmount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **discount_amount** | **Float** | The amount of discount per item. | [optional] | | **item_quantity** | **Integer** | The quantity of item purchased (in units) | [optional] | | **quickbooks_code** | **String** | Quickbooks accounting code. | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CouponTierQuantityAmount.new( discount_amount: null, item_quantity: null, quickbooks_code: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems