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: 18.2
Syntax
C#
public decimal GetDrawerCashAmount(
	int employeeNumber,
	int workstationId,
	int drawerId
)

Parameters

employeeNumber
Type: SystemInt32
the login employeeNumber
workstationId
Type: SystemInt32
the workstationId that uniquely identifies the workstation
drawerId
Type: SystemInt32
the drawerId that identifies the cash drawer

Return Value

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