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

getStartDate() public method

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