ListAccountingFormOfPaymentRequestType
in package
Class representing ListAccountingFormOfPaymentRequestType.
XSD Type: listAccountingFormOfPaymentRequestType
Table of Contents
- $accountingFormOfPaymentVersion : string|null
- Požadovaná verze.
- $requestAccountingFormOfPayment : array<string|int, mixed>
- $version : string|null
- addToRequestAccountingFormOfPayment() : self
- Adds as requestAccountingFormOfPayment.
- getAccountingFormOfPaymentVersion() : string
- Gets as accountingFormOfPaymentVersion.
- getRequestAccountingFormOfPayment() : array<string|int, RequestAccountingFormOfPaymentType>
- Gets as requestAccountingFormOfPayment.
- getVersion() : string
- Gets as version.
- issetRequestAccountingFormOfPayment() : bool
- isset requestAccountingFormOfPayment.
- setAccountingFormOfPaymentVersion() : self
- Sets a new accountingFormOfPaymentVersion.
- setRequestAccountingFormOfPayment() : self
- Sets a new requestAccountingFormOfPayment.
- setVersion() : self
- Sets a new version.
- unsetRequestAccountingFormOfPayment() : void
- unset requestAccountingFormOfPayment.
Properties
$accountingFormOfPaymentVersion
Požadovaná verze.
private
string|null
$accountingFormOfPaymentVersion
= null
$requestAccountingFormOfPayment
private
array<string|int, mixed>
$requestAccountingFormOfPayment
= []
$version
private
string|null
$version
= null
Methods
addToRequestAccountingFormOfPayment()
Adds as requestAccountingFormOfPayment.
public
addToRequestAccountingFormOfPayment(RequestAccountingFormOfPaymentType $requestAccountingFormOfPayment) : self
Parameters
- $requestAccountingFormOfPayment : RequestAccountingFormOfPaymentType
Return values
self —getAccountingFormOfPaymentVersion()
Gets as accountingFormOfPaymentVersion.
public
getAccountingFormOfPaymentVersion() : string
Požadovaná verze.
Return values
string —getRequestAccountingFormOfPayment()
Gets as requestAccountingFormOfPayment.
public
getRequestAccountingFormOfPayment() : array<string|int, RequestAccountingFormOfPaymentType>
Return values
array<string|int, RequestAccountingFormOfPaymentType> —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetRequestAccountingFormOfPayment()
isset requestAccountingFormOfPayment.
public
issetRequestAccountingFormOfPayment(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setAccountingFormOfPaymentVersion()
Sets a new accountingFormOfPaymentVersion.
public
setAccountingFormOfPaymentVersion(string $accountingFormOfPaymentVersion) : self
Požadovaná verze.
Parameters
- $accountingFormOfPaymentVersion : string
Return values
self —setRequestAccountingFormOfPayment()
Sets a new requestAccountingFormOfPayment.
public
setRequestAccountingFormOfPayment(array<string|int, RequestAccountingFormOfPaymentType> $requestAccountingFormOfPayment) : self
Parameters
- $requestAccountingFormOfPayment : array<string|int, RequestAccountingFormOfPaymentType>
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetRequestAccountingFormOfPayment()
unset requestAccountingFormOfPayment.
public
unsetRequestAccountingFormOfPayment(int|string $index) : void
Parameters
- $index : int|string