Omnipay\PayPal\Message\RestSearchTransactionRequest::getEndDate PHP Method

getEndDate() public method

Get the request endDate
public getEndDate ( ) : string
return string
    public function getEndDate()
    {
        return $this->getParameter('endDate');
    }