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

getAgreementId() 공개 메소드

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