Class MinimumApplicableHeaderTradeAgreement
HEADER TRADE AGREEMENT
Assembly: FacturXDotNet.dll
csharp
public class MinimumApplicableHeaderTradeAgreement
Properties
BuyerReference
Buyer reference - An identifier assigned by the Buyer used for internal routing purposes.
csharp
public string? BuyerReference { get; set; }
SellerTradeParty
SELLER - A group of business terms providing information about the Seller.
csharp
public MinimumSellerTradeParty SellerTradeParty { get; set; }
BuyerTradeParty
BUYER - A group of business terms providing information about the Buyer.
csharp
public MinimumBuyerTradeParty BuyerTradeParty { get; set; }
BuyerOrderReferencedDocument
PURCHASE ORDER REFERENCE
csharp
public MinimumBuyerOrderReferencedDocument? BuyerOrderReferencedDocument { get; set; }
Methods
ToApplicableHeaderTradeAgreement()
Return the FacturXDotNet.Models.CII.ApplicableHeaderTradeAgreement that this class is a view of.
csharp
public ApplicableHeaderTradeAgreement ToApplicableHeaderTradeAgreement()
Returns
FacturXDotNet.Models.CII.ApplicableHeaderTradeAgreement: The FacturXDotNet.Models.CII.ApplicableHeaderTradeAgreement that this class is a view of.