Skip to content

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; }

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