BalanceItemType
in package
Class representing BalanceItemType.
XSD Type: balanceItemType
Table of Contents
- $accountNo : string|null
- Číslo účtu dokladu položky salda.
- $amountD : float|null
- Částka D (do verze 2.0).
- $amountMD : float|null
- Částka MD (do verze 2.0).
- $amountRemain : mixed|null
- Částka zůstatku (do verze 2.0).
- $date : DateTime|null
- Datum vystavení dokladu položky salda.
- $dueDate : DateTime|null
- Datum splatnosti dokladu položky salda.
- $dueDays : int|null
- Počet dnů do splatnosti dokladu položky salda.
- $foreignCurrency : ForeignCurrencyType|null
- Částky v cizí měně (od verze 2.0).
- $homeCurrency : HomeCurrencyType|null
- Částky v CZK (od verze 2.0).
- $id : int|null
- ID záznamu.
- $number : string|null
- Číslo dokladu.
- $pairSymbol : string|null
- Párovací symbol.
- $partnerIdentity : AddressType|null
- Adresa partnera k položce.
- $sourceAgenda : string|null
- Zdrojová agenda dokladu položky salda.
- $text : string|null
- Text dokladu položky salda.
- getAccountNo() : string
- Gets as accountNo.
- getAmountD() : float
- Gets as amountD.
- getAmountMD() : float
- Gets as amountMD.
- getAmountRemain() : mixed
- Gets as amountRemain.
- getDate() : DateTime
- Gets as date.
- getDueDate() : DateTime
- Gets as dueDate.
- getDueDays() : int
- Gets as dueDays.
- getForeignCurrency() : ForeignCurrencyType
- Gets as foreignCurrency.
- getHomeCurrency() : HomeCurrencyType
- Gets as homeCurrency.
- getId() : int
- Gets as id.
- getNumber() : string
- Gets as number.
- getPairSymbol() : string
- Gets as pairSymbol.
- getPartnerIdentity() : AddressType
- Gets as partnerIdentity.
- getSourceAgenda() : string
- Gets as sourceAgenda.
- getText() : string
- Gets as text.
- setAccountNo() : self
- Sets a new accountNo.
- setAmountD() : self
- Sets a new amountD.
- setAmountMD() : self
- Sets a new amountMD.
- setAmountRemain() : self
- Sets a new amountRemain.
- setDate() : self
- Sets a new date.
- setDueDate() : self
- Sets a new dueDate.
- setDueDays() : self
- Sets a new dueDays.
- setForeignCurrency() : self
- Sets a new foreignCurrency.
- setHomeCurrency() : self
- Sets a new homeCurrency.
- setId() : self
- Sets a new id.
- setNumber() : self
- Sets a new number.
- setPairSymbol() : self
- Sets a new pairSymbol.
- setPartnerIdentity() : self
- Sets a new partnerIdentity.
- setSourceAgenda() : self
- Sets a new sourceAgenda.
- setText() : self
- Sets a new text.
Properties
$accountNo
Číslo účtu dokladu položky salda.
private
string|null
$accountNo
= null
$amountD
Částka D (do verze 2.0).
private
float|null
$amountD
= null
$amountMD
Částka MD (do verze 2.0).
private
float|null
$amountMD
= null
$amountRemain
Částka zůstatku (do verze 2.0).
private
mixed|null
$amountRemain
= null
$date
Datum vystavení dokladu položky salda.
private
DateTime|null
$date
= null
$dueDate
Datum splatnosti dokladu položky salda.
private
DateTime|null
$dueDate
= null
$dueDays
Počet dnů do splatnosti dokladu položky salda.
private
int|null
$dueDays
= null
$foreignCurrency
Částky v cizí měně (od verze 2.0).
private
ForeignCurrencyType|null
$foreignCurrency
= null
$homeCurrency
Částky v CZK (od verze 2.0).
private
HomeCurrencyType|null
$homeCurrency
= null
$id
ID záznamu.
private
int|null
$id
= null
$number
Číslo dokladu.
private
string|null
$number
= null
$pairSymbol
Párovací symbol.
private
string|null
$pairSymbol
= null
$partnerIdentity
Adresa partnera k položce.
private
AddressType|null
$partnerIdentity
= null
$sourceAgenda
Zdrojová agenda dokladu položky salda.
private
string|null
$sourceAgenda
= null
$text
Text dokladu položky salda.
private
string|null
$text
= null
Methods
getAccountNo()
Gets as accountNo.
public
getAccountNo() : string
Číslo účtu dokladu položky salda.
Return values
string —getAmountD()
Gets as amountD.
public
getAmountD() : float
Částka D (do verze 2.0).
Return values
float —getAmountMD()
Gets as amountMD.
public
getAmountMD() : float
Částka MD (do verze 2.0).
Return values
float —getAmountRemain()
Gets as amountRemain.
public
getAmountRemain() : mixed
Částka zůstatku (do verze 2.0).
Return values
mixed —getDate()
Gets as date.
public
getDate() : DateTime
Datum vystavení dokladu položky salda.
Return values
DateTime —getDueDate()
Gets as dueDate.
public
getDueDate() : DateTime
Datum splatnosti dokladu položky salda.
Return values
DateTime —getDueDays()
Gets as dueDays.
public
getDueDays() : int
Počet dnů do splatnosti dokladu položky salda.
Return values
int —getForeignCurrency()
Gets as foreignCurrency.
public
getForeignCurrency() : ForeignCurrencyType
Částky v cizí měně (od verze 2.0).
Return values
ForeignCurrencyType —getHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : HomeCurrencyType
Částky v CZK (od verze 2.0).
Return values
HomeCurrencyType —getId()
Gets as id.
public
getId() : int
ID záznamu.
Return values
int —getNumber()
Gets as number.
public
getNumber() : string
Číslo dokladu
Return values
string —getPairSymbol()
Gets as pairSymbol.
public
getPairSymbol() : string
Párovací symbol.
Return values
string —getPartnerIdentity()
Gets as partnerIdentity.
public
getPartnerIdentity() : AddressType
Adresa partnera k položce.
Return values
AddressType —getSourceAgenda()
Gets as sourceAgenda.
public
getSourceAgenda() : string
Zdrojová agenda dokladu položky salda.
Return values
string —getText()
Gets as text.
public
getText() : string
Text dokladu položky salda.
Return values
string —setAccountNo()
Sets a new accountNo.
public
setAccountNo(string $accountNo) : self
Číslo účtu dokladu položky salda.
Parameters
- $accountNo : string
Return values
self —setAmountD()
Sets a new amountD.
public
setAmountD(float $amountD) : self
Částka D (do verze 2.0).
Parameters
- $amountD : float
Return values
self —setAmountMD()
Sets a new amountMD.
public
setAmountMD(float $amountMD) : self
Částka MD (do verze 2.0).
Parameters
- $amountMD : float
Return values
self —setAmountRemain()
Sets a new amountRemain.
public
setAmountRemain(mixed $amountRemain) : self
Částka zůstatku (do verze 2.0).
Parameters
- $amountRemain : mixed
Return values
self —setDate()
Sets a new date.
public
setDate(DateTime $date) : self
Datum vystavení dokladu položky salda.
Parameters
- $date : DateTime
Return values
self —setDueDate()
Sets a new dueDate.
public
setDueDate([DateTime|null $dueDate = null ]) : self
Datum splatnosti dokladu položky salda.
Parameters
- $dueDate : DateTime|null = null
Return values
self —setDueDays()
Sets a new dueDays.
public
setDueDays(int $dueDays) : self
Počet dnů do splatnosti dokladu položky salda.
Parameters
- $dueDays : int
Return values
self —setForeignCurrency()
Sets a new foreignCurrency.
public
setForeignCurrency([ForeignCurrencyType|null $foreignCurrency = null ]) : self
Částky v cizí měně (od verze 2.0).
Parameters
- $foreignCurrency : ForeignCurrencyType|null = null
Return values
self —setHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency([HomeCurrencyType|null $homeCurrency = null ]) : self
Částky v CZK (od verze 2.0).
Parameters
- $homeCurrency : HomeCurrencyType|null = null
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID záznamu.
Parameters
- $id : int
Return values
self —setNumber()
Sets a new number.
public
setNumber(string $number) : self
Číslo dokladu
Parameters
- $number : string
Return values
self —setPairSymbol()
Sets a new pairSymbol.
public
setPairSymbol(string $pairSymbol) : self
Párovací symbol.
Parameters
- $pairSymbol : string
Return values
self —setPartnerIdentity()
Sets a new partnerIdentity.
public
setPartnerIdentity([AddressType|null $partnerIdentity = null ]) : self
Adresa partnera k položce.
Parameters
- $partnerIdentity : AddressType|null = null
Return values
self —setSourceAgenda()
Sets a new sourceAgenda.
public
setSourceAgenda(string $sourceAgenda) : self
Zdrojová agenda dokladu položky salda.
Parameters
- $sourceAgenda : string
Return values
self —setText()
Sets a new text.
public
setText(string $text) : self
Text dokladu položky salda.
Parameters
- $text : string