FiscalPrinter.PrintRecPackageAdjustment Method

Definition

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

Applies to