Click or drag to resize

CashierInfo Constructor (Int32, Int32, Int32, DataStoreClient, Int32)

Initializes a new instance of the CashierInfo class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public CashierInfo(
	int cashierId,
	int cashierObjNum,
	int rvcId,
	DataStoreClient ds,
	int langId
)

Parameters

cashierId
Type: SystemInt32
cashierObjNum
Type: SystemInt32
rvcId
Type: SystemInt32
ds
Type: DataStoreClient
langId
Type: SystemInt32
See Also