Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.9 KB

OrderItem1.md

File metadata and controls

28 lines (23 loc) · 1.9 KB

# OrderItem1

Properties

Name Type Description Notes
id string The identifier of the item. [optional]
sku_id string The identifier of the stock keeping unit (SKU). [optional]
product_details \DigitalRiver\ApiSdk\Model\ProductDetails [optional]
subscription_info \DigitalRiver\ApiSdk\Model\SubscriptionInfo [optional]
fees \DigitalRiver\ApiSdk\Model\Fees [optional]
quantity int The number of items. [optional]
state string The current order state. [optional] [readonly]
state_transitions \DigitalRiver\ApiSdk\Model\OrderItemStateTransitions [optional]
amount double The cost of the items. [optional]
available_to_refund_amount double The available to refund amount. [optional]
seller_tax_identifier string The tax identifier of the seller. [optional]
tax \DigitalRiver\ApiSdk\Model\Tax [optional]
importer_tax \DigitalRiver\ApiSdk\Model\ImporterTax [optional]
duties \DigitalRiver\ApiSdk\Model\Duties [optional]
discount \DigitalRiver\ApiSdk\Model\SkuDiscount [optional]
ship_from \DigitalRiver\ApiSdk\Model\ShipFrom1 [optional]
shipping \DigitalRiver\ApiSdk\Model\ItemShipping [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]

[Back to Model list] [Back to API list] [Back to README]