Omnipay\Alipay\Requests\LegacyNotifyRequest::getData PHP Method

getData() public method

Get the raw data array for this message. The format of this varies from gateway to gateway, but will usually be either an associative array, or a SimpleXMLElement.
public getData ( ) : mixed
return mixed
    public function getData()
    {
        $this->initParams();
        $this->validateParams();
        return $this->params->all();
    }