Share via


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

3/2/2014

Gets the totalizer associated with the specified vat id and totalizer type.

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

Syntax

'Declaration
Public MustOverride Function GetTotalizer ( _
    vatId As Integer, _
    optArgs As FiscalTotalizer _
) As String
public abstract string GetTotalizer (
    int vatId,
    FiscalTotalizer optArgs
)
public:
virtual String^ GetTotalizer (
    int vatId, 
    FiscalTotalizer optArgs
) abstract
public abstract String GetTotalizer (
    int vatId, 
    FiscalTotalizer optArgs
)
public abstract function GetTotalizer (
    vatId : int, 
    optArgs : FiscalTotalizer
) : String

Parameters

  • vatId
    VAT identifier of the required totalizer.
  • optArgs
    The totalizer type.

Remarks

If CapSetVatTable is false, then only one totalizer is present.

GetTotalizer may cause a PosControlException to be thrown with the following ErrorCode:

Value

Description

Illegal

The vatId parameter is invalid.

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