Class MinimumApplicableHeaderTradeSettlement
HEADER TRADE SETTLEMENT DIRECT DEBIT - A group of business terms to specify a direct debit.
Assembly: FacturXDotNet.dll
csharp
public class MinimumApplicableHeaderTradeSettlement
Properties
InvoiceCurrencyCode
Invoice currency code - The currency in which all Invoice amounts are given, except for the Total VAT amount in accounting currency.
csharp
public string InvoiceCurrencyCode { get; set; }
SpecifiedTradeSettlementHeaderMonetarySummation
DOCUMENT TOTALS - A group of business terms providing the monetary totals for the Invoice.
csharp
public MinimumSpecifiedTradeSettlementHeaderMonetarySummation SpecifiedTradeSettlementHeaderMonetarySummation { get; set; }
Methods
ToApplicableHeaderTradeSettlement()
Return the FacturXDotNet.Models.CII.ApplicableHeaderTradeSettlement that this class is a view of.
csharp
public ApplicableHeaderTradeSettlement ToApplicableHeaderTradeSettlement()
Returns
FacturXDotNet.Models.CII.ApplicableHeaderTradeSettlement: The FacturXDotNet.Models.CII.ApplicableHeaderTradeSettlement that this class is a view of.