Table of Contents

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

string

NotUniqueTypes

Returns a list of identification types which can be used more than once.

public static List<CompanyIdentification.IdentificationType> NotUniqueTypes { get; }

Property Value

List<CompanyIdentification.IdentificationType>

Type

The type of the identification.

public virtual CompanyIdentification.IdentificationType Type { get; set; }

Property Value

CompanyIdentification.IdentificationType