VydejkaSummaryType
in package
Class representing VydejkaSummaryType.
XSD Type: vydejkaSummaryType
Table of Contents
Properties
- $calculateVAT : bool|null
- Vypočíst DPH ze zaokrouhlení.
- $foreignCurrency : TypeCurrencyForeignType|null
- Cizí měna.
- $homeCurrency : TypeCurrencyHomeType|null
- Kč. V případě použití cizí měny, je tuzemská částka při importu ignorována.
- $roundingDocument : string|null
- Zaokrouhlení celkové částky dokladu.
- $roundingVAT : string|null
- Zaokrouhlení DPH.
- $typeCalculateVATInclusivePrice : string|null
- Způsob výpočtu hodnoty DPH z částky včetně daně dle § 37. Pokud není element uveden, použije se způsob výpočtu dle data vystavení dokladu. (pouze CZ verze).
Methods
- getCalculateVAT() : bool
- Gets as calculateVAT.
- getForeignCurrency() : TypeCurrencyForeignType
- Gets as foreignCurrency.
- getHomeCurrency() : TypeCurrencyHomeType
- Gets as homeCurrency.
- getRoundingDocument() : string
- Gets as roundingDocument.
- getRoundingVAT() : string
- Gets as roundingVAT.
- getTypeCalculateVATInclusivePrice() : string
- Gets as typeCalculateVATInclusivePrice.
- setCalculateVAT() : self
- Sets a new calculateVAT.
- setForeignCurrency() : self
- Sets a new foreignCurrency.
- setHomeCurrency() : self
- Sets a new homeCurrency.
- setRoundingDocument() : self
- Sets a new roundingDocument.
- setRoundingVAT() : self
- Sets a new roundingVAT.
- setTypeCalculateVATInclusivePrice() : self
- Sets a new typeCalculateVATInclusivePrice.
Properties
$calculateVAT
Vypočíst DPH ze zaokrouhlení.
private
bool|null
$calculateVAT
= null
$foreignCurrency
Cizí měna.
private
TypeCurrencyForeignType|null
$foreignCurrency
= null
$homeCurrency
Kč. V případě použití cizí měny, je tuzemská částka při importu ignorována.
private
TypeCurrencyHomeType|null
$homeCurrency
= null
$roundingDocument
Zaokrouhlení celkové částky dokladu.
private
string|null
$roundingDocument
= null
$roundingVAT
Zaokrouhlení DPH.
private
string|null
$roundingVAT
= null
$typeCalculateVATInclusivePrice
Způsob výpočtu hodnoty DPH z částky včetně daně dle § 37. Pokud není element uveden, použije se způsob výpočtu dle data vystavení dokladu. (pouze CZ verze).
private
string|null
$typeCalculateVATInclusivePrice
= null
Methods
getCalculateVAT()
Gets as calculateVAT.
public
getCalculateVAT() : bool
Vypočíst DPH ze zaokrouhlení.
Return values
boolgetForeignCurrency()
Gets as foreignCurrency.
public
getForeignCurrency() : TypeCurrencyForeignType
Cizí měna.
Return values
TypeCurrencyForeignTypegetHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : TypeCurrencyHomeType
Kč. V případě použití cizí měny, je tuzemská částka při importu ignorována.
Return values
TypeCurrencyHomeTypegetRoundingDocument()
Gets as roundingDocument.
public
getRoundingDocument() : string
Zaokrouhlení celkové částky dokladu.
Return values
stringgetRoundingVAT()
Gets as roundingVAT.
public
getRoundingVAT() : string
Zaokrouhlení DPH.
Return values
stringgetTypeCalculateVATInclusivePrice()
Gets as typeCalculateVATInclusivePrice.
public
getTypeCalculateVATInclusivePrice() : string
Způsob výpočtu hodnoty DPH z částky včetně daně dle § 37. Pokud není element uveden, použije se způsob výpočtu dle data vystavení dokladu. (pouze CZ verze)
Return values
stringsetCalculateVAT()
Sets a new calculateVAT.
public
setCalculateVAT(bool $calculateVAT) : self
Vypočíst DPH ze zaokrouhlení.
Parameters
- $calculateVAT : bool
Return values
selfsetForeignCurrency()
Sets a new foreignCurrency.
public
setForeignCurrency([TypeCurrencyForeignType|null $foreignCurrency = null ]) : self
Cizí měna.
Parameters
- $foreignCurrency : TypeCurrencyForeignType|null = null
Return values
selfsetHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency([TypeCurrencyHomeType|null $homeCurrency = null ]) : self
Kč. V případě použití cizí měny, je tuzemská částka při importu ignorována.
Parameters
- $homeCurrency : TypeCurrencyHomeType|null = null
Return values
selfsetRoundingDocument()
Sets a new roundingDocument.
public
setRoundingDocument(string $roundingDocument) : self
Zaokrouhlení celkové částky dokladu.
Parameters
- $roundingDocument : string
Return values
selfsetRoundingVAT()
Sets a new roundingVAT.
public
setRoundingVAT(string $roundingVAT) : self
Zaokrouhlení DPH.
Parameters
- $roundingVAT : string
Return values
selfsetTypeCalculateVATInclusivePrice()
Sets a new typeCalculateVATInclusivePrice.
public
setTypeCalculateVATInclusivePrice(string $typeCalculateVATInclusivePrice) : self
Způsob výpočtu hodnoty DPH z částky včetně daně dle § 37. Pokud není element uveden, použije se způsob výpočtu dle data vystavení dokladu. (pouze CZ verze)
Parameters
- $typeCalculateVATInclusivePrice : string