Omnipay\WechatPay\Message\ShortenUrlResponse::getShortUrl PHP Method

getShortUrl() public method

public getShortUrl ( )
    public function getShortUrl()
    {
        $data = $this->getData();
        return isset($data['short_url']) ? $data['short_url'] : null;
    }
ShortenUrlResponse