FinancialItemTaxAmount Property |
Tax amount for particular line item provided by provider. This value is only used for vendor invoice items; otherwise it’s ignored.
Precision 2 digits; negative and zero values are allowed.
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MoneyValue TaxAmount { get; set; }
Public Property TaxAmount As MoneyValue
Get
Set
No code example is currently available or this language may not be supported.
Property Value
MoneyValue
See Also