FiscalPrinter.PrintRecSubtotalAdjustVoid(FiscalAdjustment, 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.
Voids a preceding subtotal adjustment on the station defined by the FiscalReceiptStation property.
public abstract void PrintRecSubtotalAdjustVoid (Microsoft.PointOfService.FiscalAdjustment adjustmentType, decimal amount);
abstract member PrintRecSubtotalAdjustVoid : Microsoft.PointOfService.FiscalAdjustment * decimal -> unit
Public MustOverride Sub PrintRecSubtotalAdjustVoid (adjustmentType As FiscalAdjustment, amount As Decimal)
Parameters
- adjustmentType
- FiscalAdjustment
Type of adjustment.
- amount
- Decimal
Amount of the adjustment (discount or surcharge).