Omnipay\Alipay\Responses\AopTradeAppPayResponse::getOrderString PHP Метод

getOrderString() публичный Метод

Gets the redirect form data array, if the redirect method is POST.
public getOrderString ( )
    public function getOrderString()
    {
        return $this->data['order_string'];
    }
AopTradeAppPayResponse