FiscalPrinter.SetVatValue(Int32, String) 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.
Sets the VAT ID and VAT value.
public abstract void SetVatValue (int vatId, string vatValue);
abstract member SetVatValue : int * string -> unit
Public MustOverride Sub SetVatValue (vatId As Integer, vatValue As String)
Parameters
- vatId
- Int32
Index of the VAT table entry to set.
- vatValue
- String
Tax value as a percentage.