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

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

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