Click or drag to resize

OpsQueryPrintReceiptCountEventArgs Constructor

Initializes a new instance of the OpsQueryPrintReceiptCountEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsQueryPrintReceiptCountEventArgs(
	int count,
	bool isTaxExempt
)

Parameters

count
Type: SystemInt32
isTaxExempt
Type: SystemBoolean
See Also