Click or drag to resize

OpsContextGetDrawerCashAmount Method

Get how much cash is in the till that currently assigned to the selected drawer

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public 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

Decimal
the amount of the cash excluding the starting amount
See Also