Documentation

ListBalanceRequest extends ListBalanceRequestType
in package

Class representing ListBalanceRequest.

Table of Contents

$balanceVersion  : string|null
Požadovaná verze dokladu.
$extSystem  : string|null
Označení externího systému, pro který se vyexportují identifikátory.
$requestBalance  : RequestBalanceType|null
$version  : string|null
getBalanceVersion()  : string
Gets as balanceVersion.
getExtSystem()  : string
Gets as extSystem.
getRequestBalance()  : RequestBalanceType
Gets as requestBalance.
getVersion()  : string
Gets as version.
setBalanceVersion()  : self
Sets a new balanceVersion.
setExtSystem()  : self
Sets a new extSystem.
setRequestBalance()  : self
Sets a new requestBalance.
setVersion()  : self
Sets a new version.

Properties

$extSystem

Označení externího systému, pro který se vyexportují identifikátory.

private string|null $extSystem = null

Methods

getBalanceVersion()

Gets as balanceVersion.

public getBalanceVersion() : string

Požadovaná verze dokladu.

Return values
string

getExtSystem()

Gets as extSystem.

public getExtSystem() : string

Označení externího systému, pro který se vyexportují identifikátory.

Return values
string

setBalanceVersion()

Sets a new balanceVersion.

public setBalanceVersion(string $balanceVersion) : self

Požadovaná verze dokladu.

Parameters
$balanceVersion : string
Return values
self

setExtSystem()

Sets a new extSystem.

public setExtSystem(string $extSystem) : self

Označení externího systému, pro který se vyexportují identifikátory.

Parameters
$extSystem : string
Return values
self

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

Search results