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

getAgreementId() public method

Get the agreement ID
public getAgreementId ( ) : string
return string
    public function getAgreementId()
    {
        return $this->getParameter('agreementId');
    }