PHP 클래스 Markette\Gopay\Entity\ReturnedPayment

상속: extends Payment
파일 보기 프로젝트 열기: markette/gopay 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $values, array $valuesToBeVerified )
getStatus ( ) : array Receives status of payment from Gopay WS
isAuthorized ( ) : boolean Returns TRUE if payment is authorized
isCanceled ( ) : boolean Returns TRUE if payment is canceled
isFraud ( ) : boolean Returns TRUE if payment is declared fraud by Gopay
isPaid ( ) : boolean Returns TRUE if payment is verified by Gopay as paid
isRefunded ( ) : boolean Returns TRUE if payment is refunded
isTimeouted ( ) : boolean Returns TRUE if payment time limit already expired
isWaiting ( ) : boolean Returns TRUE if payment is waiting to be paid
setGopay ( Markette\Gopay\Gopay $gopay )

보호된 메소드들

메소드 설명
getGopay ( ) : Markette\Gopay\Gopay

메소드 상세

__construct() 공개 메소드

public __construct ( array $values, array $valuesToBeVerified )
$values array
$valuesToBeVerified array

getGopay() 보호된 메소드

protected getGopay ( ) : Markette\Gopay\Gopay
리턴 Markette\Gopay\Gopay

getStatus() 공개 메소드

Receives status of payment from Gopay WS
public getStatus ( ) : array
리턴 array

isAuthorized() 공개 메소드

Returns TRUE if payment is authorized
public isAuthorized ( ) : boolean
리턴 boolean

isCanceled() 공개 메소드

Returns TRUE if payment is canceled
public isCanceled ( ) : boolean
리턴 boolean

isFraud() 공개 메소드

Returns TRUE if payment is declared fraud by Gopay
public isFraud ( ) : boolean
리턴 boolean

isPaid() 공개 메소드

Returns TRUE if payment is verified by Gopay as paid
public isPaid ( ) : boolean
리턴 boolean

isRefunded() 공개 메소드

Returns TRUE if payment is refunded
public isRefunded ( ) : boolean
리턴 boolean

isTimeouted() 공개 메소드

Returns TRUE if payment time limit already expired
public isTimeouted ( ) : boolean
리턴 boolean

isWaiting() 공개 메소드

Returns TRUE if payment is waiting to be paid
public isWaiting ( ) : boolean
리턴 boolean

setGopay() 공개 메소드

public setGopay ( Markette\Gopay\Gopay $gopay )
$gopay Markette\Gopay\Gopay