Share via


FiscalPrinter.PrintRecItemAdjustmentVoid Method (POS for .NET v1.14 SDK Documentation)

3/2/2014

Takes a VAT rate identifier that corresponds to an entry in the VAT table.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Sub PrintRecItemAdjustmentVoid ( _
    adjustmentType As FiscalAdjustment, _
    description As String, _
    amount As Decimal, _
    vatInfo As Integer _
)
public abstract void PrintRecItemAdjustmentVoid (
    FiscalAdjustment adjustmentType,
    string description,
    decimal amount,
    int vatInfo
)
public:
virtual void PrintRecItemAdjustmentVoid (
    FiscalAdjustment adjustmentType, 
    String^ description, 
    Decimal amount, 
    int vatInfo
) abstract
public abstract void PrintRecItemAdjustmentVoid (
    FiscalAdjustment adjustmentType, 
    String description, 
    Decimal amount, 
    int vatInfo
)
public abstract function PrintRecItemAdjustmentVoid (
    adjustmentType : FiscalAdjustment, 
    description : String, 
    amount : decimal, 
    vatInfo : int
)

Parameters

  • adjustmentType
    Type of adjustment to be voided. See FiscalAdjustment for descriptions of the possible values.
  • description
    Text describing the adjustment to be voided.
  • amount
    Amount of the adjustment to be voided. If a currency value was specified by the adjustmentType, four decimal places are used.
  • vatInfo
    VAT rate identifier.

Remarks

This overload takes a VAT rate identifier that corresponds to an entry in the VAT table.

Used if the CapHasVatTable property is set to true.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace
SetVatTable
SetVatValue