Class BuyerTradeParty
BUYER - A group of business terms providing information about the Buyer.
Assembly: FacturXDotNet.dll
csharp
public class BuyerTradeParty
Properties
Name
Buyer name - The full name of the Buyer.
csharp
public string? Name { get; set; }
SpecifiedLegalOrganization
BUYER LEGAL REGISTRATION IDENTIFIER - Details about the organization
csharp
public BuyerTradePartySpecifiedLegalOrganization? SpecifiedLegalOrganization { get; set; }