myDATATools.calcInvoiceVatAmount Method

Calculate the total Vat Amount of the invoice. 
Use this method to populate the relevant fields of POS Transactions (e.g. posTransaction.netValue) or use it wherever you want, at your discretion.
Public Function calcInvoiceVatAmount( _ 
ByVal inv As invoice
) As Double
This language is not supported or no code example is available.
public double calcInvoiceVatAmount( 
invoice inv 
)
This language is not supported or no code example is available.

Parameters

inv
invoice

The invoice object, type of invoice

Return Value

double

.NET Framework

Supported in: 3.5 or newer

In this article

Definition