Class CompanyIdentificationInformation
- Namespace
- RetailForce.Fiscalisation.Implementation
- Assembly
- RetailForce.Fiscalisation.Model.dll
Company identification information for different company identification mappings per country.
public class CompanyIdentificationInformation
- Inheritance
-
objectCompanyIdentificationInformation
- Inherited Members
Constructors
CompanyIdentificationInformation()
Constructor.
public CompanyIdentificationInformation()
CompanyIdentificationInformation(string, MandatoryType, string)
Constructor.
public CompanyIdentificationInformation(string caption, MandatoryType mandatory, string description = "")
Parameters
captionstringThe caption of the company identification type in national language.
mandatoryMandatoryTypeDefinition if this company identification is mandatory in this country.
descriptionstringA possible description for this company identification.
Properties
Caption
The caption of the company identification type in national language.
public string Caption { get; set; }
Property Value
- string
Description
A possible description for this company identification.
public string Description { get; set; }
Property Value
- string
Mandatory
Definition if this company identification is mandatory in this country.
public MandatoryType Mandatory { get; set; }