FiscalPrinter.GetTotalizer(Int32, FiscalTotalizer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.