FiscalPrinter.PrintRecCash(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.
Prints a cash-in or cash-out receipt amount on the station defined by the FiscalReceiptStation property.
public abstract void PrintRecCash (decimal amount);
abstract member PrintRecCash : decimal -> unit
Public MustOverride Sub PrintRecCash (amount As Decimal)
Parameters
- amount
- Decimal
Amount to be incremented or decremented.