Omnipay\WechatPay\Message\CompletePurchaseResponse::isSuccessful PHP Method

isSuccessful() public method

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