Bitrix API

ServiceResult extends Result

Class ServiceResult

Table of Contents

Constants

MONEY_COMING  = 'money_coming'
MONEY_LEAVING  = 'money_leaving'

Methods

getBuyerErrorIterator()  : CollectionFilterIterator
getBuyerErrorMessages()  : array<string|int, mixed>
getBuyerErrors()  : array<string|int, Error>
getOperationType()  : null|string
getPaymentUrl()  : string
getPsData()  : array<string|int, mixed>
getQr()  : string
getTemplate()  : string
isResultApplied()  : bool
setOperationType()  : mixed
setPaymentUrl()  : void
setPsData()  : mixed
setQr()  : void
setResultApplied()  : mixed
setTemplate()  : mixed

Constants

Methods

getBuyerErrorMessages()

public getBuyerErrorMessages() : array<string|int, mixed>
Return values
array<string|int, mixed>

getOperationType()

public getOperationType() : null|string
Return values
null|string

getPaymentUrl()

public getPaymentUrl() : string
Return values
string

getPsData()

public getPsData() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTemplate()

public getTemplate() : string
Return values
string

isResultApplied()

public isResultApplied() : bool
Return values
bool

setOperationType()

public setOperationType(mixed $operationType) : mixed
Parameters
$operationType : mixed

setPaymentUrl()

public setPaymentUrl(mixed $paymentUrl) : void
Parameters
$paymentUrl : mixed

setPsData()

public setPsData(array<string|int, mixed> $psData) : mixed
Parameters
$psData : array<string|int, mixed>

setQr()

public setQr(string $qr) : void
Parameters
$qr : string

setResultApplied()

public setResultApplied(mixed $resultApplied) : mixed
Parameters
$resultApplied : mixed

setTemplate()

public setTemplate(string $template) : mixed
Parameters
$template : string

        
On this page

Search results