| Name | Type | Description | Notes |
|---|---|---|---|
| SkuId | string | Unique identifier of the SKU. It is assigned by Voucherify. | [optional] |
| ProductId | string | Unique identifier of the product. It is assigned by Voucherify. | [optional] |
| RelatedObject | string | Used along with the source_id property, can be set to either sku or product. | [optional] |
| SourceId | string | The merchant's product/SKU ID (if it is different from the Voucherify product/SKU ID). It is useful in the integration between multiple systems. It can be an ID from an eCommerce site, a database, or a third-party service. | [optional] |
| Quantity | int? | The quantity of the particular item in the cart. | [optional] |
| DiscountQuantity | int? | Number of dicounted items. | [optional] |
| InitialQuantity | int? | A positive integer in the smallest unit quantity representing the total amount of the order; this is the sum of the order items' quantity. | [optional] |
| Amount | int? | The total amount of the order item (price * quantity). | [optional] |
| DiscountAmount | int? | Sum of all order-item-level discounts applied to the order. | [optional] |
| InitialAmount | int? | A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. | [optional] |
| Price | int? | Unit price of an item. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. | [optional] |
| Product | OrderItemProduct | [optional] | |
| Sku | OrderItemSku | [optional] | |
| Metadata | Object | A set of custom key/value pairs that you can attach to an order item. It can be useful for storing additional information about the order item in a structured format. It can be used to define business validation rules. | [optional] |