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

isSuccessful() public method

Is the response successful?
public isSuccessful ( ) : boolean
return boolean
    public function isSuccessful()
    {
        return $this->data['is_success'] === 'T';
    }
LegacyQueryResponse