Skip to content

Class ApplicableHeaderTradeAgreement

HEADER TRADE AGREEMENT

Assembly: FacturXDotNet.dll
csharp
public class ApplicableHeaderTradeAgreement

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 SellerTradeParty? SellerTradeParty { get; set; }

BuyerTradeParty

BUYER - A group of business terms providing information about the Buyer.

csharp
public BuyerTradeParty? BuyerTradeParty { get; set; }

BuyerOrderReferencedDocument

PURCHASE ORDER REFERENCE

csharp
public BuyerOrderReferencedDocument? BuyerOrderReferencedDocument { get; set; }

The tools are open source and released under the MIT License, feel free to use, modify, and share.