Documentation

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

$defaultAccount

Výchozí účet.

private string|null $defaultAccount = null

$id

ID položky dokladu (jen pro export).

private int|null $id = 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
string

getBankCode()

Gets as bankCode.

public getBankCode() : string

Kód banky.

Return values
string

getDefaultAccount()

Gets as defaultAccount.

public getDefaultAccount() : string

Výchozí účet.

Return values
string

getId()

Gets as id.

public getId() : int

ID položky dokladu (jen pro export).

Return values
int

getSymSpec()

Gets as symSpec.

public getSymSpec() : string

Specificky symbol.

Return values
string

setAccountNumber()

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
self

setActionType()

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
self

setBankCode()

Sets a new bankCode.

public setBankCode(string $bankCode) : self

Kód banky.

Parameters
$bankCode : string
Return values
self

setDefaultAccount()

Sets a new defaultAccount.

public setDefaultAccount(string $defaultAccount) : self

Výchozí účet.

Parameters
$defaultAccount : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID položky dokladu (jen pro export).

Parameters
$id : int
Return values
self

setSymSpec()

Sets a new symSpec.

public setSymSpec(string $symSpec) : self

Specificky symbol.

Parameters
$symSpec : string
Return values
self

        
On this page

Search results