Class IdentityOrganizationUnit
Inheritance
IdentityOrganizationUnit
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class IdentityOrganizationUnit
Constructors
IdentityOrganizationUnit(IdentityOrganizationUnit)
Declaration
public IdentityOrganizationUnit(IdentityOrganizationUnit unit)
Parameters
IdentityOrganizationUnit(ORPCode, CashRegisterType, bool, IdentityOrganizationUnitName, IdentityPhysicalAddress)
Declaration
public IdentityOrganizationUnit(ORPCode cashRegisterCode, CashRegisterType cashRegisterType, bool hasRegistrationException, IdentityOrganizationUnitName organizationUnitName, IdentityPhysicalAddress address)
Parameters
IdentityOrganizationUnit(ORPCode, CashRegisterType, bool, IdentityPhysicalAddress)
Declaration
public IdentityOrganizationUnit(ORPCode cashRegisterCode, CashRegisterType cashRegisterType, bool hasRegistrationException, IdentityPhysicalAddress address)
Parameters
Properties
CashRegisterCode
Kód on-line registračnej pokladnice
Declaration
public ORPCode CashRegisterCode { get; }
Property Value
CashRegisterType
Declaration
public CashRegisterType CashRegisterType { get; }
Property Value
HasRegistrationException
Príznak, či ide o pokladnicu podnikateľa s udelenou výnimkou
zo zasielania údajov z ORP do systému e-kasa
Declaration
public bool HasRegistrationException { get; }
Property Value
OrganizationUnitName
Označenie pre nižší útvar danej organizácie v prípade jej
členenia, ktorý nie je samostatnou právnickou osobou
Declaration
public IdentityOrganizationUnitName OrganizationUnitName { get; }
Property Value
PhysicalAddress
Adresa predajného miesta. V prípade prenositeľnej pokladne
sa tento údaj neuvádza.
Declaration
public IdentityPhysicalAddress PhysicalAddress { get; }
Property Value