Class MinimumSupplyChainTradeTransaction
SUPPLY CHAIN TRADE TRANSACTION
Assembly: FacturXDotNet.dll
csharp
public class MinimumSupplyChainTradeTransaction
Properties
ApplicableHeaderTradeAgreement
HEADER TRADE AGREEMENT
csharp
public MinimumApplicableHeaderTradeAgreement ApplicableHeaderTradeAgreement { get; set; }
ApplicableHeaderTradeDelivery
DELIVERY INFORMATION - A group of business terms providing information about where and when the goods and services invoiced are delivered.
csharp
public MinimumApplicableHeaderTradeDelivery ApplicableHeaderTradeDelivery { get; set; }
ApplicableHeaderTradeSettlement
HEADER TRADE SETTLEMENT DIRECT DEBIT - A group of business terms to specify a direct debit.
csharp
public MinimumApplicableHeaderTradeSettlement? ApplicableHeaderTradeSettlement { get; set; }
Methods
ToSupplyChainTradeTransaction()
Return the FacturXDotNet.Models.CII.SupplyChainTradeTransaction that this class is a view of.
csharp
public SupplyChainTradeTransaction ToSupplyChainTradeTransaction()
Returns
FacturXDotNet.Models.CII.SupplyChainTradeTransaction: The FacturXDotNet.Models.CII.SupplyChainTradeTransaction that this class is a view of.