lib/VoucherifySdk/models/order.rb in voucherify-6.0.0 vs lib/VoucherifySdk/models/order.rb in voucherify-7.0.0

- old
+ new

@@ -32,10 +32,10 @@ attr_accessor :initial_amount # Sum of all order-level discounts applied to the order. attr_accessor :discount_amount - # Array of items applied to the order. + # Array of items applied to the order. It can include up 500 items. attr_accessor :items # A set of custom key/value pairs that you can attach to an order. It can be useful for storing additional information about the order in a structured format. attr_accessor :metadata