Click or drag to resize

DepositInfo Constructor

Initializes a new instance of the DepositInfo class

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

Parameters

depositId  Int64
 
opsContext  OpsContext
 
ds  DataStoreClient
 
langId  Int32
 
See Also