Class MinimumSpecifiedTradeSettlementHeaderMonetarySummation
DOCUMENT TOTALS - A group of business terms providing the monetary totals for the Invoice.
Assembly: FacturXDotNet.dll
csharp
public class MinimumSpecifiedTradeSettlementHeaderMonetarySummation
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; }
Methods
ToSpecifiedTradeSettlementHeaderMonetarySummation()
Return the FacturXDotNet.Models.CII.SpecifiedTradeSettlementHeaderMonetarySummation that this class is a view of.
csharp
public SpecifiedTradeSettlementHeaderMonetarySummation ToSpecifiedTradeSettlementHeaderMonetarySummation()
Returns
FacturXDotNet.Models.CII.SpecifiedTradeSettlementHeaderMonetarySummation: The FacturXDotNet.Models.CII.SpecifiedTradeSettlementHeaderMonetarySummation that this class is a view of.