FiscalPrinter.PrintRecSubtotal(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.
Checks and prints the current receipt subtotal.
public abstract void PrintRecSubtotal (decimal amount);
abstract member PrintRecSubtotal : decimal -> unit
Public MustOverride Sub PrintRecSubtotal (amount As Decimal)
Parameters
- amount
- Decimal
Amount of the subtotal.