Share via


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

3/2/2014

Sets the VAT ID and VAT value.

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

Syntax

'Declaration
Public MustOverride Sub SetVatValue ( _
    vatId As Integer, _
    vatValue As String _
)
public abstract void SetVatValue (
    int vatId,
    string vatValue
)
public:
virtual void SetVatValue (
    int vatId, 
    String^ vatValue
) abstract
public abstract void SetVatValue (
    int vatId, 
    String vatValue
)
public abstract function SetVatValue (
    vatId : int, 
    vatValue : String
)

Parameters

  • vatId
    Index of the VAT table entry to set.
  • vatValue
    Tax value as a percentage.

Remarks

This overload takes an ASCII string for vatValue.

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