PHP 클래스 Omnipay\PayPal\Message\ExpressAuthorizeResponse

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

보호된 프로퍼티들

프로퍼티 타입 설명
$liveCheckoutEndpoint
$testCheckoutEndpoint

공개 메소드들

메소드 설명
getRedirectData ( )
getRedirectMethod ( )
getRedirectUrl ( )
getTransactionReference ( )
isRedirect ( )
isSuccessful ( )

보호된 메소드들

메소드 설명
getCheckoutEndpoint ( )
getRedirectQueryParameters ( )

메소드 상세

getCheckoutEndpoint() 보호된 메소드

protected getCheckoutEndpoint ( )

getRedirectData() 공개 메소드

public getRedirectData ( )

getRedirectMethod() 공개 메소드

public getRedirectMethod ( )

getRedirectQueryParameters() 보호된 메소드

getRedirectUrl() 공개 메소드

public getRedirectUrl ( )

getTransactionReference() 공개 메소드

isRedirect() 공개 메소드

public isRedirect ( )

isSuccessful() 공개 메소드

public isSuccessful ( )

프로퍼티 상세

$liveCheckoutEndpoint 보호되어 있는 프로퍼티

protected $liveCheckoutEndpoint

$testCheckoutEndpoint 보호되어 있는 프로퍼티

protected $testCheckoutEndpoint