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
$accountancyVersion
Požadovaná verze výdejky.
private
string|null
$accountancyVersion
= null
$requestAccountancy
private
RequestAccountancyType|null
$requestAccountancy
= null
$version
private
string|null
$version
= null
Methods
getAccountancyVersion()
Gets as accountancyVersion.
public
getAccountancyVersion() : string
Požadovaná verze výdejky.
Return values
string —getRequestAccountancy()
Gets as requestAccountancy.
public
getRequestAccountancy() : RequestAccountancyType
Return values
RequestAccountancyType —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —setAccountancyVersion()
Sets a new accountancyVersion.
public
setAccountancyVersion(string $accountancyVersion) : self
Požadovaná verze výdejky.
Parameters
- $accountancyVersion : string
Return values
self —setRequestAccountancy()
Sets a new requestAccountancy.
public
setRequestAccountancy([RequestAccountancyType|null $requestAccountancy = null ]) : self
Parameters
- $requestAccountancy : RequestAccountancyType|null = null
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string