Click or drag to resize

OpsTotalDueEventArgs Constructor

Initializes a new instance of the OpsTotalDueEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsTotalDueEventArgs(
	decimal taxDue,
	int objectNumber,
	int count,
	decimal paymentAmount
)

Parameters

taxDue  Decimal
 
objectNumber  Int32
 
count  Int32
 
paymentAmount  Decimal
 
See Also