Documentation

ListAccountancyRequest extends ListAccountancyRequestType
in package

Class representing ListAccountancyRequest.

Table of Contents

$accountancyVersion  : string|null
Požadovaná verze výdejky.
$requestAccountancy  : RequestAccountancyType|null
$version  : string|null
getAccountancyVersion()  : string
Gets as accountancyVersion.
getRequestAccountancy()  : RequestAccountancyType
Gets as requestAccountancy.
getVersion()  : string
Gets as version.
setAccountancyVersion()  : self
Sets a new accountancyVersion.
setRequestAccountancy()  : self
Sets a new requestAccountancy.
setVersion()  : self
Sets a new version.

Properties

Methods

getAccountancyVersion()

Gets as accountancyVersion.

public getAccountancyVersion() : string

Požadovaná verze výdejky.

Return values
string

setAccountancyVersion()

Sets a new accountancyVersion.

public setAccountancyVersion(string $accountancyVersion) : self

Požadovaná verze výdejky.

Parameters
$accountancyVersion : string
Return values
self

setVersion()

Sets a new version.

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

Search results