Documentation

ListAccountancyRequestType
in package

Class representing ListAccountancyRequestType.

XSD Type: listAccountancyRequestType

Table of Contents

Properties

$accountancyVersion  : string|null
Požadovaná verze výdejky.
$requestAccountancy  : RequestAccountancyType|null
$version  : string|null

Methods

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

        
On this page

Search results