Class: OrderDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- OrderDrop
- Defined in:
- app/drops/order_drop.rb
Overview
OrderDrop represents an order - purchase of potentially multiple PurchaseDrops at once.
Instance Method Summary collapse
-
#manual_amount_reference ⇒ String
Purchase IDs that are awaiting manual payment.
-
#manual_payment_instructions ⇒ String
Instructions for manual payment.
- #number ⇒ String
-
#purchases ⇒ CollectionDrop
Of PurchaseDrop.
-
#waiting_for_manual_amount ⇒ MoneyDrop
The sum of manual payments this order is waiting for.
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#manual_amount_reference ⇒ String
Purchase IDs that are awaiting manual payment.
#manual_payment_instructions ⇒ String
Instructions for manual payment.
#number ⇒ String
#purchases ⇒ CollectionDrop
Returns of PurchaseDrop.
#waiting_for_manual_amount ⇒ MoneyDrop
The sum of manual payments this order is waiting for.