docs/OrderItem.md in voucherify-8.0.1 vs docs/OrderItem.md in voucherify-8.0.2
- old
+ new
@@ -15,7 +15,7 @@
| **discount_amount** | **Integer** | Sum of all order-item-level discounts applied to the order. | [optional] |
| **initial_amount** | **Integer** | 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** | **Integer** | Unit price of an item. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. | [optional] |
| **product** | [**OrderItemProduct**](OrderItemProduct.md) | | [optional] |
| **sku** | [**OrderItemSku**](OrderItemSku.md) | | [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. | [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] |