Skip to content

Class MinimumSellerTradePartySpecifiedLegalOrganization

SELLER LEGAL ORGANIZATION - Details about the organization.

Assembly: FacturXDotNet.dll
csharp
public class MinimumSellerTradePartySpecifiedLegalOrganization

Properties

Id

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

csharp
public string? Id { get; set; }

IdSchemeId

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

csharp
public string? IdSchemeId { get; set; }

Methods

ToSellerTradePartySpecifiedLegalOrganization()

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

csharp
public SellerTradePartySpecifiedLegalOrganization ToSellerTradePartySpecifiedLegalOrganization()
Returns

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