Table of Contents

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
object
CompanyIdentificationInformation
Inherited Members

Constructors

CompanyIdentificationInformation()

Constructor.

public CompanyIdentificationInformation()

CompanyIdentificationInformation(string, MandatoryType, string)

Constructor.

public CompanyIdentificationInformation(string caption, MandatoryType mandatory, string description = "")

Parameters

caption string

The caption of the company identification type in national language.

mandatory MandatoryType

Definition if this company identification is mandatory in this country.

description string

A 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; }

Property Value

MandatoryType