Omnipay\Alipay\Responses\LegacyAppPurchaseResponse::isSuccessful PHP 메소드

isSuccessful() 공개 메소드

Is the response successful?
public isSuccessful ( ) : boolean
리턴 boolean
    public function isSuccessful()
    {
        return true;
    }
LegacyAppPurchaseResponse