| OpsContextPrintReceipt Method  | 
 
                Print a customized guest check or customer receipt to the guest check or customer receipt printer.
            
 
    Namespace: 
   Micros.Ops
    Assembly:
   Ops (in Ops.dll) Version: 18.2
 Syntax
Syntaxpublic void PrintReceipt(
	OpsCustomReceiptEventArgs args,
	List<int> checkDetailLinks,
	bool customerReceipt,
	DbTenderMedia tmed
)
Parameters
- args
- Type: Micros.PosCore.Extensibility.OpsOpsCustomReceiptEventArgs
 Provide detailed instructions on how to format the receipt.
- checkDetailLinks
- Type: System.Collections.GenericListInt32
 The DetailLinks of the items to print. Set to null if all configured items should print.
- customerReceipt
- Type: SystemBoolean
 Pass 'true' to use the customer receipt printer and format. If set to 'false', the guest check printer is used.
- tmed
- Type: DbTenderMedia
 The Tender/Media record to use for formatting options such as whether sales itemizers print.
 See Also
See Also