Documentation

ProdejkaSummaryType
in package

Class representing ProdejkaSummaryType.

XSD Type: prodejkaSummaryType

Table of Contents

Properties

$calculateVAT  : bool|null
Vypočíst DPH ze zaokrouhlení.
$homeCurrency  : TypeCurrencyHomeType|null
Kč.
$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.
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.
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

$roundingDocument

Zaokrouhlení celkové částky dokladu.

private string|null $roundingDocument = 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
bool

getRoundingDocument()

Gets as roundingDocument.

public getRoundingDocument() : string

Zaokrouhlení celkové částky dokladu.

Return values
string

getRoundingVAT()

Gets as roundingVAT.

public getRoundingVAT() : string

Zaokrouhlení DPH.

Return values
string

getTypeCalculateVATInclusivePrice()

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
string

setCalculateVAT()

Sets a new calculateVAT.

public setCalculateVAT(bool $calculateVAT) : self

Vypočíst DPH ze zaokrouhlení.

Parameters
$calculateVAT : bool
Return values
self

setRoundingDocument()

Sets a new roundingDocument.

public setRoundingDocument(string $roundingDocument) : self

Zaokrouhlení celkové částky dokladu.

Parameters
$roundingDocument : string
Return values
self

setRoundingVAT()

Sets a new roundingVAT.

public setRoundingVAT(string $roundingVAT) : self

Zaokrouhlení DPH.

Parameters
$roundingVAT : string
Return values
self

setTypeCalculateVATInclusivePrice()

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
Return values
self

        
On this page

Search results