Documentation

ListPaymentRequestType
in package

Class representing ListPaymentRequestType.

XSD Type: listPaymentRequestType

Table of Contents

Properties

$paymentVersion  : string|null
Požadovaná verze.
$requestPayment  : array<string|int, RequestPaymentType>
$version  : string|null

Methods

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

Methods

getPaymentVersion()

Gets as paymentVersion.

public getPaymentVersion() : string

Požadovaná verze.

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

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

        
On this page

Search results