PHP Класс Omnipay\PayPal\Message\RestAuthorizeResponse

Наследование: extends Omnipay\PayPal\Message\RestResponse, implements Omnipay\Common\Message\RedirectResponseInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getCompleteUrl ( ) : string Get the URL to complete (execute) the purchase or agreement.
getRedirectData ( ) : null Gets the redirect form data array, if the redirect method is POST.
getRedirectMethod ( ) : string Get the required redirect method (either GET or POST).
getRedirectUrl ( )
getTransactionReference ( )
isRedirect ( )
isSuccessful ( )

Описание методов

getCompleteUrl() публичный Метод

The URL is embedded in the links section of the purchase or create subscription request response.
public getCompleteUrl ( ) : string
Результат string

getRedirectData() публичный Метод

Gets the redirect form data array, if the redirect method is POST.
public getRedirectData ( ) : null
Результат null

getRedirectMethod() публичный Метод

Get the required redirect method (either GET or POST).
public getRedirectMethod ( ) : string
Результат string

getRedirectUrl() публичный Метод

public getRedirectUrl ( )

getTransactionReference() публичный Метод

isRedirect() публичный Метод

public isRedirect ( )

isSuccessful() публичный Метод

public isSuccessful ( )