FiscalPrinter.PrintRecItemAdjustmentVoid 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.
Takes a VAT rate identifier that corresponds to an entry in the VAT table.
public abstract void PrintRecItemAdjustmentVoid (Microsoft.PointOfService.FiscalAdjustment adjustmentType, string description, decimal amount, int vatInfo);
abstract member PrintRecItemAdjustmentVoid : Microsoft.PointOfService.FiscalAdjustment * string * decimal * int -> unit
Public MustOverride Sub PrintRecItemAdjustmentVoid (adjustmentType As FiscalAdjustment, description As String, amount As Decimal, vatInfo As Integer)
Parameters
- adjustmentType
- FiscalAdjustment
Type of adjustment to be voided. See FiscalAdjustment for descriptions of the possible values.
- description
- String
Text describing the adjustment to be voided.
- amount
- Decimal
Amount of the adjustment to be voided. If a currency value was specified by the adjustmentType, four decimal places are used.
- vatInfo
- Int32
VAT rate identifier.