Click or drag to resize

OpsChangeDueEventArgs Constructor

Initializes a new instance of the OpsChangeDueEventArgs class

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

Parameters

changeDue  Decimal
 
objectNumber  Int32
 
count  Int32
 
paymentAmount  Decimal
 
See Also