Api\ServiceType\ApiService::GetRecurringPaymentsProfileDetails PHP Метод

GetRecurringPaymentsProfileDetails() публичный метод

Method to call the operation originally named GetRecurringPaymentsProfileDetails Meta informations extracted from the WSDL - SOAPHeaderNames : RequesterCredentials - SOAPHeaderNamespaces : urn:ebay:api:PayPalAPI - SOAPHeaderTypes : \Api\StructType\ApiCustomSecurityHeaderType - SOAPHeaders : required
public GetRecurringPaymentsProfileDetails ( Api\StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest ) : Api\StructType\ApiGetRecurringPaymentsProfileDetailsResponseType | boolean
$getRecurringPaymentsProfileDetailsRequest Api\StructType\ApiGetRecurringPaymentsProfileDetailsReq
Результат Api\StructType\ApiGetRecurringPaymentsProfileDetailsResponseType | boolean
    public function GetRecurringPaymentsProfileDetails(\Api\StructType\ApiGetRecurringPaymentsProfileDetailsReq $getRecurringPaymentsProfileDetailsRequest)
    {
        try {
            $this->setResult(self::getSoapClient()->GetRecurringPaymentsProfileDetails($getRecurringPaymentsProfileDetailsRequest));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }
ApiService