Class ReceiptUpdateEvent


public class ReceiptUpdateEvent extends UpdateEvent<BOReceipt>
Event to update a BOReceipt.

The launcher must provide a valid BOReceipt in order to successfully call this event.

The listener inserts all the BOReceipt components starting from the event input, i.e. the given BOReceipt in which all needed components were previously set.

Since:
17.0
  • Constructor Details

    • ReceiptUpdateEvent

      public ReceiptUpdateEvent(BOReceipt input)
      Instantiates a new receipt insert event.
      Parameters:
      input - the prepared BOReceipt