FiscalPrinter.PrintRecPackageAdjustment 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.
Called to give an adjustment for a package of some items booked before.
public abstract void PrintRecPackageAdjustment (Microsoft.PointOfService.FiscalAdjustmentType adjustmentType, string description, System.Collections.Generic.IEnumerable<Microsoft.PointOfService.VatInfo> vatAdjustments);
abstract member PrintRecPackageAdjustment : Microsoft.PointOfService.FiscalAdjustmentType * string * seq<Microsoft.PointOfService.VatInfo> -> unit
Public MustOverride Sub PrintRecPackageAdjustment (adjustmentType As FiscalAdjustmentType, description As String, vatAdjustments As IEnumerable(Of VatInfo))
Parameters
- adjustmentType
- FiscalAdjustmentType
Type of adjustment.
- description
- String
Text describing the adjustment.
- vatAdjustments
- IEnumerable<VatInfo>
Structure containing a list of adjustment(s) for different VAT(s).