Documentation

BankSummaryType
in package

Class representing BankSummaryType.

XSD Type: bankSummaryType

Table of Contents

Properties

$foreignCurrency  : TypeCurrencyForeignType|null
Cizí měna.
$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 (pouze CZ verze pro JU nebo DE).

Methods

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.
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

$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 (pouze CZ verze pro JU nebo DE).

private string|null $typeCalculateVATInclusivePrice = null

Methods

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 (pouze CZ verze pro JU nebo DE).

Return values
string

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 (pouze CZ verze pro JU nebo DE).

Parameters
$typeCalculateVATInclusivePrice : string
Return values
self

        
On this page

Search results