Api\ServiceType\ApiDo::setSoapHeaderRequesterCredentials PHP Method

setSoapHeaderRequesterCredentials() public method

Sets the RequesterCredentials SoapHeader param
public setSoapHeaderRequesterCredentials ( Api\StructType\ApiCustomSecurityHeaderType $requesterCredentials, string $nameSpace = 'urn:ebay:api:PayPalAPI', boolean $mustUnderstand = false, string $actor = null ) : boolean
$requesterCredentials Api\StructType\ApiCustomSecurityHeaderType
$nameSpace string
$mustUnderstand boolean
$actor string
return boolean
    public function setSoapHeaderRequesterCredentials(\Api\StructType\ApiCustomSecurityHeaderType $requesterCredentials, $nameSpace = 'urn:ebay:api:PayPalAPI', $mustUnderstand = false, $actor = null)
    {
        return $this->setSoapHeader($nameSpace, 'RequesterCredentials', $requesterCredentials, $mustUnderstand, $actor);
    }