Omnipay\PayPal\Message\RestSearchTransactionRequest::getEndDate PHP Méthode

getEndDate() public méthode

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