Class: OrderDrop

Inherits:
Liquid::Simplero::Drop show all
Defined in:
app/drops/order_drop.rb

Overview

OrderDrop represents an order - purchase of potentially multiple PurchaseDrops at once.

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#manual_amount_reference ⇒ String

Purchase IDs that are awaiting manual payment.

Returns:

  • (String)

#manual_payment_instructions ⇒ String

Instructions for manual payment.

Returns:

  • (String)

#number ⇒ String

Returns:

  • (String)

#purchases ⇒ CollectionDrop

Returns of PurchaseDrop.

Returns:

#waiting_for_manual_amount ⇒ MoneyDrop

The sum of manual payments this order is waiting for.

Returns: