BankSummaryType
in package
Class representing BankSummaryType.
XSD Type: bankSummaryType
Table of Contents
- $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).
- 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
$foreignCurrency
Cizí měna.
private
TypeCurrencyForeignType|null
$foreignCurrency
= null
$homeCurrency
Kč.
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 (pouze CZ verze pro JU nebo DE).
private
string|null
$typeCalculateVATInclusivePrice
= null
Methods
getForeignCurrency()
Gets as foreignCurrency.
public
getForeignCurrency() : TypeCurrencyForeignType
Cizí měna.
Return values
TypeCurrencyForeignType —getHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : TypeCurrencyHomeType
Kč.
Return values
TypeCurrencyHomeType —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 —setForeignCurrency()
Sets a new foreignCurrency.
public
setForeignCurrency([TypeCurrencyForeignType|null $foreignCurrency = null ]) : self
Cizí měna.
Parameters
- $foreignCurrency : TypeCurrencyForeignType|null = null
Return values
self —setHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency([TypeCurrencyHomeType|null $homeCurrency = null ]) : self
Kč.
Parameters
- $homeCurrency : TypeCurrencyHomeType|null = null
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 (pouze CZ verze pro JU nebo DE).
Parameters
- $typeCalculateVATInclusivePrice : string