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: 19.8
Syntax
C#
public OpsQueryPrintReceiptCountEventArgs(
	int count,
	bool isTaxExempt
)

Parameters

count  Int32
 
isTaxExempt  Boolean
 
See Also