public class ReceiptLoadEvent extends LoadEvent<BOReceipt>
Event to load a BOReceipt.
The launcher must provide a valid receipt id in order to successfully call this event.
The listener loads all the BOReceipt components starting from the event input, i.e. the given receipt id.
Since:
9.2
GCApi:
event
Reactors:
BTReceiptLoad(0)
No Spouts
  • Constructor Details

    • ReceiptLoadEvent

      public ReceiptLoadEvent(Long id)
      Instantiates a new receipt load event.
      Parameters:
      id - the id of the receipt to load