Omnipay\Alipay\Responses\AbstractAopResponse::isSuccessful PHP Méthode

isSuccessful() public méthode

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