FiscalPrinter.VerifyItem(String, Int32) Method

Definition

Compares itemName and its vatId with the values stored in the printer.

public abstract void VerifyItem (string itemName, int vatId);
abstract member VerifyItem : string * int -> unit
Public MustOverride Sub VerifyItem (itemName As String, vatId As Integer)

Parameters

itemName
String

Item to be verified.

vatId
Int32

VAT identifier of the item.

Applies to