CashDrawerEventType
December 17, 2019 ยท View on GitHub
Description
The types of events on a CashDrawerShift. Each event type represents an employee action on the actual cash drawer represented by a CashDrawerShift.
Properties
| Name | Type |
|---|---|
| NO_SALE | string |
| CASH_TENDER_PAYMENT | string |
| OTHER_TENDER_PAYMENT | string |
| CASH_TENDER_CANCELLED_PAYMENT | string |
| OTHER_TENDER_CANCELLED_PAYMENT | string |
| CASH_TENDER_REFUND | string |
| OTHER_TENDER_REFUND | string |
| PAID_IN | string |
| PAID_OUT | string |
Note: All properties are protected and only accessed via getters and setters.