EETType
in package
Class representing EETType.
Elektronická evidence tržeb. Jen CZ verze. XSD Type: EETType
Table of Contents
- $detailEET : array<string|int, mixed>
- Podrobné informace o odeslání informací pro EET.
- $profile : RefType|null
- Profil EET, pod kterým bude tržba evidována na serveru EET.
- $stateEET : string|null
- Stav záznamu v agendě EET.
- addToDetailEET() : self
- Adds as detailEET.
- getDetailEET() : array<string|int, DetailEETType>
- Gets as detailEET.
- getProfile() : RefType
- Gets as profile.
- getStateEET() : string
- Gets as stateEET.
- issetDetailEET() : bool
- isset detailEET.
- setDetailEET() : self
- Sets a new detailEET.
- setProfile() : self
- Sets a new profile.
- setStateEET() : self
- Sets a new stateEET.
- unsetDetailEET() : void
- unset detailEET.
Properties
$detailEET
Podrobné informace o odeslání informací pro EET.
private
array<string|int, mixed>
$detailEET
= []
$profile
Profil EET, pod kterým bude tržba evidována na serveru EET.
private
RefType|null
$profile
= null
$stateEET
Stav záznamu v agendě EET.
private
string|null
$stateEET
= null
Methods
addToDetailEET()
Adds as detailEET.
public
addToDetailEET(DetailEETType $detailEET) : self
Podrobné informace o odeslání informací pro EET.
Parameters
- $detailEET : DetailEETType
Return values
self —getDetailEET()
Gets as detailEET.
public
getDetailEET() : array<string|int, DetailEETType>
Podrobné informace o odeslání informací pro EET.
Return values
array<string|int, DetailEETType> —getProfile()
Gets as profile.
public
getProfile() : RefType
Profil EET, pod kterým bude tržba evidována na serveru EET.
Return values
RefType —getStateEET()
Gets as stateEET.
public
getStateEET() : string
Stav záznamu v agendě EET.
Return values
string —issetDetailEET()
isset detailEET.
public
issetDetailEET(int|string $index) : bool
Podrobné informace o odeslání informací pro EET.
Parameters
- $index : int|string
Return values
bool —setDetailEET()
Sets a new detailEET.
public
setDetailEET([array<string|int, DetailEETType> $detailEET = null ]) : self
Podrobné informace o odeslání informací pro EET.
Parameters
- $detailEET : array<string|int, DetailEETType> = null
Return values
self —setProfile()
Sets a new profile.
public
setProfile([RefType|null $profile = null ]) : self
Profil EET, pod kterým bude tržba evidována na serveru EET.
Parameters
- $profile : RefType|null = null
Return values
self —setStateEET()
Sets a new stateEET.
public
setStateEET(string $stateEET) : self
Stav záznamu v agendě EET.
Parameters
- $stateEET : string
Return values
self —unsetDetailEET()
unset detailEET.
public
unsetDetailEET(int|string $index) : void
Podrobné informace o odeslání informací pro EET.
Parameters
- $index : int|string