Omnipay\PayPal\Message\RestSearchTransactionRequest::getEndDate PHP Метод

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

Get the request endDate
public getEndDate ( ) : string
Результат string
    public function getEndDate()
    {
        return $this->getParameter('endDate');
    }