FiscalPrinter.PrintRecNotPaid(String, Decimal) 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.
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.