Click or drag to resize

OpsAutomaticDiscountEventArgs Constructor

Initializes a new instance of the OpsAutomaticDiscountEventArgs class

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

Parameters

objectNumber  Int32
 
count  Int32
 
amount  Decimal
 
See Also