FiscalPrinter.PrintRecTotal(Decimal, Decimal, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks and prints the current receipt total on the station defined by the FiscalReceiptStation property and tenders a payment.
public abstract void PrintRecTotal (decimal total, decimal payment, string description);
abstract member PrintRecTotal : decimal * decimal * string -> unit
Public MustOverride Sub PrintRecTotal (total As Decimal, payment As Decimal, description As String)
Parameters
- total
- Decimal
Application-computed receipt total.
- payment
- Decimal
Amount of payment tendered.
- description
- String
Text description of the payment or the index of a predefined payment description.