Click or drag to resize

InvoiceSearchResultDetailLineEntityTaxAmount Property

Gets or sets the invoice tax/vat amount.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Invoice
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<decimal> TaxAmount { get; set; }

Property Value

Type: NullableDecimal
The invoice tax/vat amount.
See Also