FiscalPrinter.PrintRecSubtotalAdjustVoid(FiscalAdjustment, Decimal) Method

Definition

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).

Applies to