Method: VoucherifySdk::OrderItem#discount_amount
- Defined in:
- lib/VoucherifySdk/models/order_item.rb
#discount_amount ⇒ Object
Sum of all order-item-level discounts applied to the order.
43 44 45 |
# File 'lib/VoucherifySdk/models/order_item.rb', line 43 def discount_amount @discount_amount end |