FiscalPrinter.PrintRecSubtotalAdjustment Method

Definition

Applies and prints a discount or surcharge to the current receipt subtotal.

public abstract void PrintRecSubtotalAdjustment (Microsoft.PointOfService.FiscalAdjustment adjustmentType, string description, decimal amount);
abstract member PrintRecSubtotalAdjustment : Microsoft.PointOfService.FiscalAdjustment * string * decimal -> unit
Public MustOverride Sub PrintRecSubtotalAdjustment (adjustmentType As FiscalAdjustment, description As String, amount As Decimal)

Parameters

adjustmentType
FiscalAdjustment

Type of discount.

description
String

Text describing the discount.

amount
Decimal

Amount of the discount.

Applies to