Click or drag to resize

DepositInfo Constructor

Initializes a new instance of the DepositInfo class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public DepositInfo(
	long depositId,
	OpsContext opsContext,
	DataStoreClient ds,
	int langId
)

Parameters

depositId
Type: SystemInt64
opsContext
Type: Micros.OpsOpsContext
ds
Type: DataStoreClient
langId
Type: SystemInt32
See Also