Sha256: 33ba7f39fbe71e71ae48f3a11b2d5e318f6bf771a2f5d71de48bf26b69908997
Contents?: true
Size: 576 Bytes
Versions: 196
Compression:
Stored size: 576 Bytes
Contents
# UltracartClient::OrderReplacementItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **arbitrary_unit_cost** | **Float** | Cost to charge the customer if specified. If not specified then the default item cost is used. | [optional] | | **merchant_item_id** | **String** | Item ID | [optional] | | **quantity** | **Float** | Quantity | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::OrderReplacementItem.new( arbitrary_unit_cost: null, merchant_item_id: null, quantity: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems