Class SellerTradeParty
SELLER - A group of business terms providing information about the Seller.
Assembly: FacturXDotNet.dll
csharp
public class SellerTradeParty
Properties
Name
Seller name - The full formal name by which the Seller is registered in the national registry of legal entities or as a Taxable person or otherwise trades as a person or persons.
csharp
public string? Name { get; set; }
SpecifiedLegalOrganization
SELLER LEGAL ORGANIZATION - Details about the organization.
csharp
public SellerTradePartySpecifiedLegalOrganization? SpecifiedLegalOrganization { get; set; }
PostalTradeAddress
SELLER POSTAL ADDRESS - A group of business terms providing information about the address of the Seller.
csharp
public SellerTradePartyPostalTradeAddress? PostalTradeAddress { get; set; }
SpecifiedTaxRegistration
SELLER VAT IDENTIFIER - Detailed information on tax information of the seller
csharp
public SellerTradePartySpecifiedTaxRegistration? SpecifiedTaxRegistration { get; set; }