Skip to content

Class MinimumBuyerTradeParty

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

Assembly: FacturXDotNet.dll
csharp
public class MinimumBuyerTradeParty

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

Methods

ToBuyerTradeParty()

Return the FacturXDotNet.Models.CII.BuyerTradeParty that this class is a view of.

csharp
public BuyerTradeParty ToBuyerTradeParty()
Returns

FacturXDotNet.Models.CII.BuyerTradeParty: The FacturXDotNet.Models.CII.BuyerTradeParty that this class is a view of.

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