PHP 클래스 Omnipay\PayPal\Message\RestAuthorizeResponse

상속: extends Omnipay\PayPal\Message\RestResponse, implements Omnipay\Common\Message\RedirectResponseInterface
파일 보기 프로젝트 열기: omnipay/paypal 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )