FiscalPrinter.VerifyItem(String, Int32) 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.
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.