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

isSuccessful() public method

Is the response successful?
public isSuccessful ( ) : boolean
return boolean
    public function isSuccessful()
    {
        return $this->getCode() == '10000';
    }