FiscalPrinter.PrintRecPackageAdjustVoid 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.
Specifies a list of adjustments to be voided.
public abstract void PrintRecPackageAdjustVoid (Microsoft.PointOfService.FiscalAdjustmentType adjustmentType, System.Collections.Generic.IEnumerable<Microsoft.PointOfService.VatInfo> vatAdjustments);
abstract member PrintRecPackageAdjustVoid : Microsoft.PointOfService.FiscalAdjustmentType * seq<Microsoft.PointOfService.VatInfo> -> unit
Public MustOverride Sub PrintRecPackageAdjustVoid (adjustmentType As FiscalAdjustmentType, vatAdjustments As IEnumerable(Of VatInfo))
Parameters
- adjustmentType
- FiscalAdjustmentType
Type of adjustment.
- vatAdjustments
- IEnumerable<VatInfo>
Structure containing a list of adjustment(s) to be voided for different VAT(s).