Omnipay\PayPal\Message\RestAuthorizeRequest::getExperienceProfileId PHP Method

getExperienceProfileId() public method

Get the experience profile id
public getExperienceProfileId ( ) : string
return string
    public function getExperienceProfileId()
    {
        return $this->getParameter('experienceProfileId');
    }