Sha256: aa89f255f1bbf76d587602c369afa90b49e69a1d75f8566d4dd8979a618fb678
Contents?: true
Size: 376 Bytes
Versions: 198
Compression:
Stored size: 376 Bytes
Contents
# UltracartClient::ItemPricingTierDiscount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **cost** | **Float** | Cost | [optional] | | **quantity** | **Integer** | Quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemPricingTierDiscount.new( cost: null, quantity: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems