Share via


FiscalPrinter.PrintRecPackageAdjustVoid Method

Definition

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).

Applies to