myDATATools.calcInvoiceNetValue Method

Calculate the total Net Value 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 calcInvoiceNetValue( _ 
ByVal inv As invoice
) As Double
This language is not supported or no code example is available.
public double calcInvoiceNetValue( 
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