Share via


FiscalPrinter.GetTotalizer(Int32, FiscalTotalizer) Method

Definition

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

public abstract string GetTotalizer (int vatId, Microsoft.PointOfService.FiscalTotalizer optArgs);
abstract member GetTotalizer : int * Microsoft.PointOfService.FiscalTotalizer -> string
Public MustOverride Function GetTotalizer (vatId As Integer, optArgs As FiscalTotalizer) As String

Parameters

vatId
Int32

VAT identifier of the required totalizer.

optArgs
FiscalTotalizer

The totalizer type.

Returns

Applies to