Omnipay\PayPal\Message\RestSearchTransactionRequest::getEndDate PHP 메소드

getEndDate() 공개 메소드

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