Class MinimumSellerTradeParty
SELLER - A group of business terms providing information about the Seller.
Assembly: FacturXDotNet.dll
csharp
public class MinimumSellerTradeParty
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 MinimumSellerTradePartySpecifiedLegalOrganization? SpecifiedLegalOrganization { get; set; }
PostalTradeAddress
SELLER POSTAL ADDRESS - A group of business terms providing information about the address of the Seller.
csharp
public MinimumSellerTradePartyPostalTradeAddress PostalTradeAddress { get; set; }
SpecifiedTaxRegistration
SELLER VAT IDENTIFIER - Detailed information on tax information of the seller
csharp
public MinimumSellerTradePartySpecifiedTaxRegistration? SpecifiedTaxRegistration { get; set; }
Methods
ToSellerTradeParty()
Return the FacturXDotNet.Models.CII.SellerTradeParty that this class is a view of.
csharp
public SellerTradeParty ToSellerTradeParty()
Returns
FacturXDotNet.Models.CII.SellerTradeParty: The FacturXDotNet.Models.CII.SellerTradeParty that this class is a view of.