ListPaymentRequestType
in package
Class representing ListPaymentRequestType.
XSD Type: listPaymentRequestType
Table of Contents
- $paymentVersion : string|null
- Požadovaná verze.
- $requestPayment : array<string|int, mixed>
- $version : string|null
- addToRequestPayment() : self
- Adds as requestPayment.
- getPaymentVersion() : string
- Gets as paymentVersion.
- getRequestPayment() : array<string|int, RequestPaymentType>
- Gets as requestPayment.
- getVersion() : string
- Gets as version.
- issetRequestPayment() : bool
- isset requestPayment.
- setPaymentVersion() : self
- Sets a new paymentVersion.
- setRequestPayment() : self
- Sets a new requestPayment.
- setVersion() : self
- Sets a new version.
- unsetRequestPayment() : void
- unset requestPayment.
Properties
$paymentVersion
Požadovaná verze.
private
string|null
$paymentVersion
= null
$requestPayment
private
array<string|int, mixed>
$requestPayment
= []
$version
private
string|null
$version
= null
Methods
addToRequestPayment()
Adds as requestPayment.
public
addToRequestPayment(RequestPaymentType $requestPayment) : self
Parameters
- $requestPayment : RequestPaymentType
Return values
self —getPaymentVersion()
Gets as paymentVersion.
public
getPaymentVersion() : string
Požadovaná verze.
Return values
string —getRequestPayment()
Gets as requestPayment.
public
getRequestPayment() : array<string|int, RequestPaymentType>
Return values
array<string|int, RequestPaymentType> —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetRequestPayment()
isset requestPayment.
public
issetRequestPayment(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setPaymentVersion()
Sets a new paymentVersion.
public
setPaymentVersion(string $paymentVersion) : self
Požadovaná verze.
Parameters
- $paymentVersion : string
Return values
self —setRequestPayment()
Sets a new requestPayment.
public
setRequestPayment(array<string|int, RequestPaymentType> $requestPayment) : self
Parameters
- $requestPayment : array<string|int, RequestPaymentType>
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetRequestPayment()
unset requestPayment.
public
unsetRequestPayment(int|string $index) : void
Parameters
- $index : int|string