BankItemType
in package
Class representing BankItemType.
XSD Type: bankItemType
Table of Contents
Properties
- $accounting : RefType|null
- Předkontace.
- $activity : RefType|null
- Činnost.
- $centre : RefType|null
- Středisko.
- $classificationKVDPH : RefType|null
- Členění KV DPH (pouze SK verze).
- $classificationVAT : ClassificationVATType|null
- Členění DPH.
- $codePDP : string|null
- Kód zboží (pouze pro JU v SK verzi).
- $coefficient : float|null
- Koeficient (pouze pro JU nebo DE).
- $contract : RefType|null
- Zakázka.
- $discountPercentage : float|null
- Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ (pouze pro JU nebo DE).
- $foreignCurrency : TypeCurrencyForeignItemType|null
- Částka v cizí měně.
- $foreignCurrencyJU : TypeCurrencyForeignItemType|null
- Částka v Kč (pouze pro JU a DE).
- $homeCurrency : TypeCurrencyHomeItemType|null
- Částka v Kč.
- $homeCurrencyJU : TypeCurrencyHomeItemType|null
- Částka v Kč (pouze pro JU a DE).
- $note : string|null
- Poznámka.
- $parameters : array<string|int, ParameterDocType>
- Volitelný parametr.
- $payVAT : string|null
- Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA (pouze pro JU nebo DE).
- $pDP : bool|null
- Příznak Přenesení daňové povinnosti (pouze pro JU nebo DE).
- $percentVAT : float|null
- Historická sazba v procentech. Povoluje se v Globálním nastavení (pouze pro JU nebo DE).
- $quantity : float|null
- Množství. (pouze pro JU nebo DE).
- $rateVAT : VatRateType|null
- Sazba DPH (pouze pro JU nebo DE).
- $symPar : string|null
- Párovací symbol.
- $text : string|null
- Text položky.
- $typeServiceMOSS : MOSStypeType|null
- Druh služby (OSS).
- $unit : string|null
- Měrná jednotka (pouze pro JU nebo DE).
Methods
- addToParameters() : self
- Adds as parameter.
- getAccounting() : RefType
- Gets as accounting.
- getActivity() : RefType
- Gets as activity.
- getCentre() : RefType
- Gets as centre.
- getClassificationKVDPH() : RefType
- Gets as classificationKVDPH.
- getClassificationVAT() : ClassificationVATType
- Gets as classificationVAT.
- getCodePDP() : string
- Gets as codePDP.
- getCoefficient() : float
- Gets as coefficient.
- getContract() : RefType
- Gets as contract.
- getDiscountPercentage() : float
- Gets as discountPercentage.
- getForeignCurrency() : TypeCurrencyForeignItemType
- Gets as foreignCurrency.
- getForeignCurrencyJU() : TypeCurrencyForeignItemType
- Gets as foreignCurrencyJU.
- getHomeCurrency() : TypeCurrencyHomeItemType
- Gets as homeCurrency.
- getHomeCurrencyJU() : TypeCurrencyHomeItemType
- Gets as homeCurrencyJU.
- getNote() : string
- Gets as note.
- getParameters() : array<string|int, ParameterDocType>
- Gets as parameters.
- getPayVAT() : string
- Gets as payVAT.
- getPDP() : bool
- Gets as pDP.
- getPercentVAT() : float
- Gets as percentVAT.
- getQuantity() : float
- Gets as quantity.
- getRateVAT() : VatRateType
- Gets as rateVAT.
- getSymPar() : string
- Gets as symPar.
- getText() : string
- Gets as text.
- getTypeServiceMOSS() : MOSStypeType
- Gets as typeServiceMOSS.
- getUnit() : string
- Gets as unit.
- issetParameters() : bool
- isset parameters.
- setAccounting() : self
- Sets a new accounting.
- setActivity() : self
- Sets a new activity.
- setCentre() : self
- Sets a new centre.
- setClassificationKVDPH() : self
- Sets a new classificationKVDPH.
- setClassificationVAT() : self
- Sets a new classificationVAT.
- setCodePDP() : self
- Sets a new codePDP.
- setCoefficient() : self
- Sets a new coefficient.
- setContract() : self
- Sets a new contract.
- setDiscountPercentage() : self
- Sets a new discountPercentage.
- setForeignCurrency() : self
- Sets a new foreignCurrency.
- setForeignCurrencyJU() : self
- Sets a new foreignCurrencyJU.
- setHomeCurrency() : self
- Sets a new homeCurrency.
- setHomeCurrencyJU() : self
- Sets a new homeCurrencyJU.
- setNote() : self
- Sets a new note.
- setParameters() : self
- Sets a new parameters.
- setPayVAT() : self
- Sets a new payVAT.
- setPDP() : self
- Sets a new pDP.
- setPercentVAT() : self
- Sets a new percentVAT.
- setQuantity() : self
- Sets a new quantity.
- setRateVAT() : self
- Sets a new rateVAT.
- setSymPar() : self
- Sets a new symPar.
- setText() : self
- Sets a new text.
- setTypeServiceMOSS() : self
- Sets a new typeServiceMOSS.
- setUnit() : self
- Sets a new unit.
- unsetParameters() : void
- unset parameters.
Properties
$accounting
Předkontace.
private
RefType|null
$accounting
= null
$activity
Činnost.
private
RefType|null
$activity
= null
$centre
Středisko.
private
RefType|null
$centre
= null
$classificationKVDPH
Členění KV DPH (pouze SK verze).
private
RefType|null
$classificationKVDPH
= null
$classificationVAT
Členění DPH.
private
ClassificationVATType|null
$classificationVAT
= null
$codePDP
Kód zboží (pouze pro JU v SK verzi).
private
string|null
$codePDP
= null
$coefficient
Koeficient (pouze pro JU nebo DE).
private
float|null
$coefficient
= null
$contract
Zakázka.
private
RefType|null
$contract
= null
$discountPercentage
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ (pouze pro JU nebo DE).
private
float|null
$discountPercentage
= null
$foreignCurrency
Částka v cizí měně.
private
TypeCurrencyForeignItemType|null
$foreignCurrency
= null
$foreignCurrencyJU
Částka v Kč (pouze pro JU a DE).
private
TypeCurrencyForeignItemType|null
$foreignCurrencyJU
= null
$homeCurrency
Částka v Kč.
private
TypeCurrencyHomeItemType|null
$homeCurrency
= null
$homeCurrencyJU
Částka v Kč (pouze pro JU a DE).
private
TypeCurrencyHomeItemType|null
$homeCurrencyJU
= null
$note
Poznámka.
private
string|null
$note
= null
$parameters
Volitelný parametr.
private
array<string|int, ParameterDocType>
$parameters
= null
$payVAT
Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA (pouze pro JU nebo DE).
private
string|null
$payVAT
= null
$pDP
Příznak Přenesení daňové povinnosti (pouze pro JU nebo DE).
private
bool|null
$pDP
= null
$percentVAT
Historická sazba v procentech. Povoluje se v Globálním nastavení (pouze pro JU nebo DE).
private
float|null
$percentVAT
= null
$quantity
Množství. (pouze pro JU nebo DE).
private
float|null
$quantity
= null
$rateVAT
Sazba DPH (pouze pro JU nebo DE).
private
VatRateType|null
$rateVAT
= null
$symPar
Párovací symbol.
private
string|null
$symPar
= null
$text
Text položky.
private
string|null
$text
= null
$typeServiceMOSS
Druh služby (OSS).
private
MOSStypeType|null
$typeServiceMOSS
= null
$unit
Měrná jednotka (pouze pro JU nebo DE).
private
string|null
$unit
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelný parametr.
Parameters
- $parameter : ParameterDocType
Return values
selfgetAccounting()
Gets as accounting.
public
getAccounting() : RefType
Předkontace.
Return values
RefTypegetActivity()
Gets as activity.
public
getActivity() : RefType
Činnost.
Return values
RefTypegetCentre()
Gets as centre.
public
getCentre() : RefType
Středisko.
Return values
RefTypegetClassificationKVDPH()
Gets as classificationKVDPH.
public
getClassificationKVDPH() : RefType
Členění KV DPH (pouze SK verze).
Return values
RefTypegetClassificationVAT()
Gets as classificationVAT.
public
getClassificationVAT() : ClassificationVATType
Členění DPH.
Return values
ClassificationVATTypegetCodePDP()
Gets as codePDP.
public
getCodePDP() : string
Kód zboží (pouze pro JU v SK verzi).
Return values
stringgetCoefficient()
Gets as coefficient.
public
getCoefficient() : float
Koeficient (pouze pro JU nebo DE).
Return values
floatgetContract()
Gets as contract.
public
getContract() : RefType
Zakázka.
Return values
RefTypegetDiscountPercentage()
Gets as discountPercentage.
public
getDiscountPercentage() : float
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ (pouze pro JU nebo DE).
Return values
floatgetForeignCurrency()
Gets as foreignCurrency.
public
getForeignCurrency() : TypeCurrencyForeignItemType
Částka v cizí měně.
Return values
TypeCurrencyForeignItemTypegetForeignCurrencyJU()
Gets as foreignCurrencyJU.
public
getForeignCurrencyJU() : TypeCurrencyForeignItemType
Částka v Kč (pouze pro JU a DE).
Return values
TypeCurrencyForeignItemTypegetHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : TypeCurrencyHomeItemType
Částka v Kč.
Return values
TypeCurrencyHomeItemTypegetHomeCurrencyJU()
Gets as homeCurrencyJU.
public
getHomeCurrencyJU() : TypeCurrencyHomeItemType
Částka v Kč (pouze pro JU a DE).
Return values
TypeCurrencyHomeItemTypegetNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
stringgetParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelný parametr.
Return values
array<string|int, ParameterDocType>getPayVAT()
Gets as payVAT.
public
getPayVAT() : string
Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA (pouze pro JU nebo DE).
Return values
stringgetPDP()
Gets as pDP.
public
getPDP() : bool
Příznak Přenesení daňové povinnosti (pouze pro JU nebo DE).
Return values
boolgetPercentVAT()
Gets as percentVAT.
public
getPercentVAT() : float
Historická sazba v procentech. Povoluje se v Globálním nastavení (pouze pro JU nebo DE).
Return values
floatgetQuantity()
Gets as quantity.
public
getQuantity() : float
Množství. (pouze pro JU nebo DE)
Return values
floatgetRateVAT()
Gets as rateVAT.
public
getRateVAT() : VatRateType
Sazba DPH (pouze pro JU nebo DE).
Return values
VatRateTypegetSymPar()
Gets as symPar.
public
getSymPar() : string
Párovací symbol.
Return values
stringgetText()
Gets as text.
public
getText() : string
Text položky.
Return values
stringgetTypeServiceMOSS()
Gets as typeServiceMOSS.
public
getTypeServiceMOSS() : MOSStypeType
Druh služby (OSS).
Return values
MOSStypeTypegetUnit()
Gets as unit.
public
getUnit() : string
Měrná jednotka (pouze pro JU nebo DE).
Return values
stringissetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelný parametr.
Parameters
- $index : int|string
Return values
boolsetAccounting()
Sets a new accounting.
public
setAccounting([RefType|null $accounting = null ]) : self
Předkontace.
Parameters
- $accounting : RefType|null = null
Return values
selfsetActivity()
Sets a new activity.
public
setActivity([RefType|null $activity = null ]) : self
Činnost.
Parameters
- $activity : RefType|null = null
Return values
selfsetCentre()
Sets a new centre.
public
setCentre([RefType|null $centre = null ]) : self
Středisko.
Parameters
- $centre : RefType|null = null
Return values
selfsetClassificationKVDPH()
Sets a new classificationKVDPH.
public
setClassificationKVDPH([RefType|null $classificationKVDPH = null ]) : self
Členění KV DPH (pouze SK verze).
Parameters
- $classificationKVDPH : RefType|null = null
Return values
selfsetClassificationVAT()
Sets a new classificationVAT.
public
setClassificationVAT([ClassificationVATType|null $classificationVAT = null ]) : self
Členění DPH.
Parameters
- $classificationVAT : ClassificationVATType|null = null
Return values
selfsetCodePDP()
Sets a new codePDP.
public
setCodePDP(string $codePDP) : self
Kód zboží (pouze pro JU v SK verzi).
Parameters
- $codePDP : string
Return values
selfsetCoefficient()
Sets a new coefficient.
public
setCoefficient(float $coefficient) : self
Koeficient (pouze pro JU nebo DE).
Parameters
- $coefficient : float
Return values
selfsetContract()
Sets a new contract.
public
setContract([RefType|null $contract = null ]) : self
Zakázka.
Parameters
- $contract : RefType|null = null
Return values
selfsetDiscountPercentage()
Sets a new discountPercentage.
public
setDiscountPercentage(float $discountPercentage) : self
Sleva v procentech. Pokud není uvedena, bere se jako hodnota slevy z priceLevel dokumentu. Pokud není definován ani priceLevel bere se jako NULOVÁ (pouze pro JU nebo DE).
Parameters
- $discountPercentage : float
Return values
selfsetForeignCurrency()
Sets a new foreignCurrency.
public
setForeignCurrency([TypeCurrencyForeignItemType|null $foreignCurrency = null ]) : self
Částka v cizí měně.
Parameters
- $foreignCurrency : TypeCurrencyForeignItemType|null = null
Return values
selfsetForeignCurrencyJU()
Sets a new foreignCurrencyJU.
public
setForeignCurrencyJU([TypeCurrencyForeignItemType|null $foreignCurrencyJU = null ]) : self
Částka v Kč (pouze pro JU a DE).
Parameters
- $foreignCurrencyJU : TypeCurrencyForeignItemType|null = null
Return values
selfsetHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency([TypeCurrencyHomeItemType|null $homeCurrency = null ]) : self
Částka v Kč.
Parameters
- $homeCurrency : TypeCurrencyHomeItemType|null = null
Return values
selfsetHomeCurrencyJU()
Sets a new homeCurrencyJU.
public
setHomeCurrencyJU([TypeCurrencyHomeItemType|null $homeCurrencyJU = null ]) : self
Částka v Kč (pouze pro JU a DE).
Parameters
- $homeCurrencyJU : TypeCurrencyHomeItemType|null = null
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
selfsetParameters()
Sets a new parameters.
public
setParameters([array<string|int, ParameterDocType> $parameters = null ]) : self
Volitelný parametr.
Parameters
- $parameters : array<string|int, ParameterDocType> = null
Return values
selfsetPayVAT()
Sets a new payVAT.
public
setPayVAT(string $payVAT) : self
Ceny jsou uvedeny: bez DPH, včetně DPH. Výchozí hodnota se týká pouze textové položky. Pro skladové položky bude brána výchozí hodnota dle nastavení v programu POHODA (pouze pro JU nebo DE).
Parameters
- $payVAT : string
Return values
selfsetPDP()
Sets a new pDP.
public
setPDP(bool $pDP) : self
Příznak Přenesení daňové povinnosti (pouze pro JU nebo DE).
Parameters
- $pDP : bool
Return values
selfsetPercentVAT()
Sets a new percentVAT.
public
setPercentVAT(float $percentVAT) : self
Historická sazba v procentech. Povoluje se v Globálním nastavení (pouze pro JU nebo DE).
Parameters
- $percentVAT : float
Return values
selfsetQuantity()
Sets a new quantity.
public
setQuantity(float $quantity) : self
Množství. (pouze pro JU nebo DE)
Parameters
- $quantity : float
Return values
selfsetRateVAT()
Sets a new rateVAT.
public
setRateVAT([VatRateType|null $rateVAT = null ]) : self
Sazba DPH (pouze pro JU nebo DE).
Parameters
- $rateVAT : VatRateType|null = null
Return values
selfsetSymPar()
Sets a new symPar.
public
setSymPar(string $symPar) : self
Párovací symbol.
Parameters
- $symPar : string
Return values
selfsetText()
Sets a new text.
public
setText(string $text) : self
Text položky.
Parameters
- $text : string
Return values
selfsetTypeServiceMOSS()
Sets a new typeServiceMOSS.
public
setTypeServiceMOSS([MOSStypeType|null $typeServiceMOSS = null ]) : self
Druh služby (OSS).
Parameters
- $typeServiceMOSS : MOSStypeType|null = null
Return values
selfsetUnit()
Sets a new unit.
public
setUnit(string $unit) : self
Měrná jednotka (pouze pro JU nebo DE).
Parameters
- $unit : string
Return values
selfunsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelný parametr.
Parameters
- $index : int|string