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

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

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