Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

InvoiceItemRequest.md

File metadata and controls

18 lines (13 loc) · 1.19 KB

# InvoiceItemRequest

Properties

Name Type Description Notes
sku_id string The identifier of the stock keeping unit (SKU).
product_details \DigitalRiver\ApiSdk\Model\ProductDetails [optional]
subscription_info \DigitalRiver\ApiSdk\Model\SubscriptionInfo [optional]
price double The price of an item. You are required to provide this parameter or <code>aggregatePrice</code>. [optional]
aggregate_price double The total price of multiple items. You are required to provide this parameter or <code>price</code>. [optional]
quantity int The number of items. [optional]
discount \DigitalRiver\ApiSdk\Model\Discount [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]