Click or drag to resize
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.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MoneyValue TaxAmount { get; set; }

Property Value

Type: MoneyValue
See Also