FiscalPrinter.GetVatEntry(Int32, 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.
Gets the rate associated with a given VAT identifier.
public abstract int GetVatEntry (int vatId, int optArgs);
abstract member GetVatEntry : int * int -> int
Public MustOverride Function GetVatEntry (vatId As Integer, optArgs As Integer) As Integer
Parameters
- vatId
- Int32
VAT identifier of the required rate.
- optArgs
- Int32
Rate associated with the VAT identifier.