public static interface CashContract.CashEventColumns
Modifier and Type | Field and Description |
---|---|
static String |
AMOUNT_CHANGE
The amount this transaction changed the running total
|
static String |
EMPLOYEEID
Employee id
|
static String |
NOTE
Note Associated with the transaction
Type: TEXT
|
static String |
TIMESTAMP
Time stamp for the request
|
static String |
TOTAL
Deprecated.
|
static String |
TYPE
Transaction type, 'TRANSACTION', 'ADJUSTMENT', 'COUNT'.
|
static final String TYPE
Type: TEXT
static final String TIMESTAMP
Type: TIMESTAMP
static final String AMOUNT_CHANGE
Type: BIGINT
@Deprecated static final String TOTAL
Type: BIGINT
static final String NOTE
static final String EMPLOYEEID
Type: VCHAR