Click or drag to resize

OpsCustomReceiptEventArgsCheck Property

Representation of the check for which a receipt is being generated.

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public CheckBase Check { get; }

Property Value

CheckBase
Remarks
The Header provides summary information (total due, status, etc...). The Detail provides access to each detail item on the check.
See Also