FiscalPrinter.PrintRecTotal(Decimal, Decimal, String) Method

Definition

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.

Applies to