Method: VoucherifySdk::OrderItem#initial_quantity
- Defined in:
- lib/VoucherifySdk/models/order_item.rb
#initial_quantity ⇒ Object
A positive integer in the smallest unit quantity representing the total amount of the order; this is the sum of the order items’ quantity.
37 38 39 |
# File 'lib/VoucherifySdk/models/order_item.rb', line 37 def initial_quantity @initial_quantity end |