Skip to content

Class MinimumBuyerTradePartySpecifiedLegalOrganization

BUYER LEGAL REGISTRATION IDENTIFIER - Details about the organization

Assembly: FacturXDotNet.dll
csharp
public class MinimumBuyerTradePartySpecifiedLegalOrganization

Properties

Id

Buyer legal registration identifier - An identifier issued by an official registrar that identifies the Buyer as a legal entity or person.

csharp
public string? Id { get; set; }

IdSchemeId

Scheme identifier - The identification scheme identifier of the Buyer legal registration identifier.

csharp
public string? IdSchemeId { get; set; }

Methods

ToBuyerTradePartySpecifiedLegalOrganization()

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

csharp
public BuyerTradePartySpecifiedLegalOrganization ToBuyerTradePartySpecifiedLegalOrganization()
Returns

FacturXDotNet.Models.CII.BuyerTradePartySpecifiedLegalOrganization: The FacturXDotNet.Models.CII.BuyerTradePartySpecifiedLegalOrganization 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.