AccountItemType
in package
Class representing AccountItemType.
XSD Type: accountItemType
Table of Contents
Properties
- $accountNumber : string|null
- Číslo bankovního účtu. Tento element je vyžadován při vytvoření dokladu.
- $actionType : ActionTypeItemType|null
- Typ práce s bankovním účtem. Výchozí hodnota je přidání nové bankovního účtu.
- $bankCode : string|null
- Kód banky.
- $defaultAccount : string|null
- Výchozí účet.
- $id : int|null
- ID položky dokladu (jen pro export).
- $symSpec : string|null
- Specificky symbol.
Methods
- getAccountNumber() : string
- Gets as accountNumber.
- getActionType() : ActionTypeItemType
- Gets as actionType.
- getBankCode() : string
- Gets as bankCode.
- getDefaultAccount() : string
- Gets as defaultAccount.
- getId() : int
- Gets as id.
- getSymSpec() : string
- Gets as symSpec.
- setAccountNumber() : self
- Sets a new accountNumber.
- setActionType() : self
- Sets a new actionType.
- setBankCode() : self
- Sets a new bankCode.
- setDefaultAccount() : self
- Sets a new defaultAccount.
- setId() : self
- Sets a new id.
- setSymSpec() : self
- Sets a new symSpec.
Properties
$accountNumber
Číslo bankovního účtu. Tento element je vyžadován při vytvoření dokladu.
private
string|null
$accountNumber
= null
$actionType
Typ práce s bankovním účtem. Výchozí hodnota je přidání nové bankovního účtu.
private
ActionTypeItemType|null
$actionType
= null
$bankCode
Kód banky.
private
string|null
$bankCode
= null
$defaultAccount
Výchozí účet.
private
string|null
$defaultAccount
= null
$id
ID položky dokladu (jen pro export).
private
int|null
$id
= null
$symSpec
Specificky symbol.
private
string|null
$symSpec
= null
Methods
getAccountNumber()
Gets as accountNumber.
public
getAccountNumber() : string
Číslo bankovního účtu. Tento element je vyžadován při vytvoření dokladu.
Return values
stringgetActionType()
Gets as actionType.
public
getActionType() : ActionTypeItemType
Typ práce s bankovním účtem. Výchozí hodnota je přidání nové bankovního účtu.
Return values
ActionTypeItemTypegetBankCode()
Gets as bankCode.
public
getBankCode() : string
Kód banky.
Return values
stringgetDefaultAccount()
Gets as defaultAccount.
public
getDefaultAccount() : string
Výchozí účet.
Return values
stringgetId()
Gets as id.
public
getId() : int
ID položky dokladu (jen pro export).
Return values
intgetSymSpec()
Gets as symSpec.
public
getSymSpec() : string
Specificky symbol.
Return values
stringsetAccountNumber()
Sets a new accountNumber.
public
setAccountNumber(string $accountNumber) : self
Číslo bankovního účtu. Tento element je vyžadován při vytvoření dokladu.
Parameters
- $accountNumber : string
Return values
selfsetActionType()
Sets a new actionType.
public
setActionType([ActionTypeItemType|null $actionType = null ]) : self
Typ práce s bankovním účtem. Výchozí hodnota je přidání nové bankovního účtu.
Parameters
- $actionType : ActionTypeItemType|null = null
Return values
selfsetBankCode()
Sets a new bankCode.
public
setBankCode(string $bankCode) : self
Kód banky.
Parameters
- $bankCode : string
Return values
selfsetDefaultAccount()
Sets a new defaultAccount.
public
setDefaultAccount(string $defaultAccount) : self
Výchozí účet.
Parameters
- $defaultAccount : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID položky dokladu (jen pro export).
Parameters
- $id : int
Return values
selfsetSymSpec()
Sets a new symSpec.
public
setSymSpec(string $symSpec) : self
Specificky symbol.
Parameters
- $symSpec : string