FiscalPrinter.PrintRecItemAdjustment 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 a surcharge to the last receipt item sold.
public abstract void PrintRecItemAdjustment (Microsoft.PointOfService.FiscalAdjustment adjustmentType, string description, decimal amount, int vatInfo);
abstract member PrintRecItemAdjustment : Microsoft.PointOfService.FiscalAdjustment * string * decimal * int -> unit
Public MustOverride Sub PrintRecItemAdjustment (adjustmentType As FiscalAdjustment, description As String, amount As Decimal, vatInfo As Integer)
Parameters
- adjustmentType
- FiscalAdjustment
Type of discount.
- description
- String
Text that describes the discount.
- amount
- Decimal
Amount of the discount.
- vatInfo
- Int32
VAT rate identifier.