Class CompanyIdentification
- Namespace
- RetailForce.Fiscalisation.Configuration
- Assembly
- RetailForce.Fiscalisation.Model.dll
Represents a company identification number (vat number, tax number, ...)
public class CompanyIdentification
- Inheritance
-
CompanyIdentification
- Inherited Members
Properties
Identification
The identification according to the type.
public string Identification { get; set; }
Property Value
NotUniqueTypes
Returns a list of identification types which can be used more than once.
public static List<CompanyIdentification.IdentificationType> NotUniqueTypes { get; }
Property Value
Type
The type of the identification.
public virtual CompanyIdentification.IdentificationType Type { get; set; }