| 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] |