OpsContextGetDrawerCashAmount Method |
Get how much cash is in the till that currently assigned to the selected drawer
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic decimal GetDrawerCashAmount(
int employeeNumber,
int workstationId,
int drawerId
)
Parameters
- employeeNumber Int32
- the login employeeNumber
- workstationId Int32
- the workstationId that uniquely identifies the workstation
- drawerId Int32
- the drawerId that identifies the cash drawer
Return Value
Decimalthe amount of the cash excluding the starting amount
See Also