An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
sasEmpty | 1 | |
sasBooked | 2 | |
sasArrived | 4 | |
sasSeen | 8 | |
sasClosed | 16 | |
sasInvoiced | 32 | |
sasDeleted | 64 | |
sasConfirmed | 128 | |
sasCancelled | 256 | |
sasDidNotAttend | 512 | |
sasPendingInvoiced | 1024 | |
sasDeclined | 2048 |
sasNotCancelled
removed in v7.8.0sasNotCancelled
removed in v7.9.1