Class IdentityInfo
Inherited Members
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class IdentityInfo
Constructors
IdentityInfo(DIC, CorporateBodyFullName, IdentityOrganizationUnit, IdentityPhysicalAddress)
Declaration
public IdentityInfo(DIC dic, CorporateBodyFullName corporateBodyFullName, IdentityOrganizationUnit organizationUnit, IdentityPhysicalAddress physicalAddress)
Parameters
| Type | Name | Description |
|---|---|---|
| DIC | dic | |
| CorporateBodyFullName | corporateBodyFullName | |
| IdentityOrganizationUnit | organizationUnit | |
| IdentityPhysicalAddress | physicalAddress |
Properties
CorporateBodyFullName
Plný názov obchodného mena podnikateľa
Declaration
public CorporateBodyFullName CorporateBodyFullName { get; }
Property Value
| Type | Description |
|---|---|
| CorporateBodyFullName |
DIC
Daňové identifikačné číslo
Declaration
public DIC DIC { get; }
Property Value
| Type | Description |
|---|---|
| DIC |
ICDPH
Identifikačné číslo pre daň z pridanej hodnoty, ak podnikateľ je platiteľom dane z pridanej hodnoty.
Declaration
public ICDPH ICDPH { get; set; }
Property Value
| Type | Description |
|---|---|
| ICDPH | ICDPH ak je podnikateľ platiteľom dane z pridanej hodnoty, NULL ak nie je. |
ICO
Identifikačné číslo organizácie podnikateľa, ak podnikateľovi bolo pridelené.
Declaration
public ICO ICO { get; set; }
Property Value
| Type | Description |
|---|---|
| ICO | ICO ak bolo podnikateľovi pridelené, NULL ak nebolo. |
IsTaxPayer
Declaration
public bool IsTaxPayer { get; }
Property Value
| Type | Description |
|---|---|
| bool |
OrganizationUnit
Organizačná jednotka
Declaration
public IdentityOrganizationUnit OrganizationUnit { get; }
Property Value
| Type | Description |
|---|---|
| IdentityOrganizationUnit |
PhysicalAddress
Sídlo podnikteľa
Declaration
public IdentityPhysicalAddress PhysicalAddress { get; }
Property Value
| Type | Description |
|---|---|
| IdentityPhysicalAddress |