FiscalPrinter.PrintRecNotPaid(String, Decimal) Method

Definition

Indicates a part of the receipt's total that is unpaid.

public abstract void PrintRecNotPaid (string description, decimal amount);
abstract member PrintRecNotPaid : string * decimal -> unit
Public MustOverride Sub PrintRecNotPaid (description As String, amount As Decimal)

Parameters

description
String

Text that describes the unpaid amount.

amount
Decimal

Amount not paid.

Applies to