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

getStartDate() 공개 메소드

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