Click or drag to resize

OpsTaxDueEventArgs Constructor

Initializes a new instance of the OpsTaxDueEventArgs class

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

Parameters

taxDue  Decimal
 
objectNumber  Int32
 
count  Int32
 
paymentAmount  Decimal
 
See Also