Class SpecifiedTradeSettlementHeaderMonetarySummation
DOCUMENT TOTALS - A group of business terms providing the monetary totals for the Invoice.
Assembly: FacturXDotNet.dll
csharp
public class SpecifiedTradeSettlementHeaderMonetarySummation
Properties
TaxBasisTotalAmount
Invoice total amount without VAT - The total amount of the Invoice without VAT.
csharp
public decimal? TaxBasisTotalAmount { get; set; }
TaxTotalAmount
Invoice total VAT amount - The total VAT amount for the Invoice.
csharp
public decimal? TaxTotalAmount { get; set; }
TaxTotalAmountCurrencyId
VAT currency
csharp
public string? TaxTotalAmountCurrencyId { get; set; }
GrandTotalAmount
Invoice total amount with VAT - The total amount of the Invoice with VAT.
csharp
public decimal? GrandTotalAmount { get; set; }
DuePayableAmount
Amount due for payment - The outstanding amount that is requested to be paid.
csharp
public decimal? DuePayableAmount { get; set; }