Class MinimumSellerTradePartySpecifiedTaxRegistration
SELLER VAT IDENTIFIER - Detailed information on tax information of the seller
Assembly: FacturXDotNet.dll
csharp
public class MinimumSellerTradePartySpecifiedTaxRegistration
Properties
Id
Seller VAT identifier - The Seller's VAT identifier (also known as Seller VAT identification number).
csharp
public string? Id { get; set; }
IdSchemeId
Tax Scheme identifier - Scheme identifier for supplier VAT identifier.
csharp
public VatOnlyTaxSchemeIdentifier IdSchemeId { get; set; }
Methods
ToSellerTradePartySpecifiedTaxRegistration()
Return the FacturXDotNet.Models.CII.SellerTradePartySpecifiedTaxRegistration that this class is a view of.
csharp
public SellerTradePartySpecifiedTaxRegistration ToSellerTradePartySpecifiedTaxRegistration()
Returns
FacturXDotNet.Models.CII.SellerTradePartySpecifiedTaxRegistration: The FacturXDotNet.Models.CII.SellerTradePartySpecifiedTaxRegistration that this class is a view of.