Omnipay\Alipay\Responses\VerifyNotifyIdResponse::isSuccessful PHP Method

isSuccessful() public method

Is the response successful?
public isSuccessful ( ) : boolean
return boolean
    public function isSuccessful()
    {
        return $this->data['result'] . '' === 'true';
    }
VerifyNotifyIdResponse