FiscalPrinter.PrintRecSubtotalAdjustment 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.
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.