VAT: Tax/VAT if available from ERP system; this field is not used in any business logic in SuperOffice; available to document templates
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty VAT As Double
Get
Set
Dim instance As IQuoteLine
Dim value As Double
value = instance.VAT
instance.VAT = value
property double VAT {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also