The types of events on a CashDrawerShift.
<- Enum
Enum
The types of events on a CashDrawerShift.
Each event type represents an employee action on the actual cash drawer represented by a CashDrawerShift.
Triggered when a no sale occurs on a cash drawer. A CashDrawerEvent of this type must have a zero money amount.
Triggered when a cash tender payment occurs on a cash drawer. A CashDrawerEvent of this type can must not have a negative amount.
Triggered when a check, gift card, or other non-cash payment occurs on a cash drawer. A CashDrawerEvent of this type must have a zero money amount.
Triggered when a split tender bill is cancelled after cash has been tendered. A CASH_TENDER_CANCELLED_PAYMENT should have a corresponding CASH_TENDER_PAYMENT. A CashDrawerEvent of this type must not have a negative amount.
Triggered when a split tender bill is cancelled after a non-cash tender has been tendered. An OTHER_TENDER_CANCELLED_PAYMENT should have a corresponding OTHER_TENDER_PAYMENT. A CashDrawerEvent of this type must have a zero money amount.
Triggered when a cash tender refund occurs. A CashDrawerEvent of this type must not have a negative amount.
Triggered when an other tender refund occurs. A CashDrawerEvent of this type must have a zero money amount.
Triggered when money unrelated to a payment is added to the cash drawer. For example, an employee adds coins to the drawer. A CashDrawerEvent of this type must not have a negative amount.