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: 18.2
Syntax
C#
public OpsAutomaticDiscountEventArgs(
	int objectNumber,
	int count,
	decimal amount
)

Parameters

objectNumber
Type: SystemInt32
count
Type: SystemInt32
amount
Type: SystemDecimal
See Also