public long updateAccountInfo(string useragent, string password, string email, string clientEmail, string clientCustomerId, string developerToken, string applicationToken, Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInfo accountInfo, out long operations, out long units, out string requestId)
 {
     Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.updateAccountInfoRequest inValue = new Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.updateAccountInfoRequest();
     inValue.useragent        = useragent;
     inValue.password         = password;
     inValue.email            = email;
     inValue.clientEmail      = clientEmail;
     inValue.clientCustomerId = clientCustomerId;
     inValue.developerToken   = developerToken;
     inValue.applicationToken = applicationToken;
     inValue.accountInfo      = accountInfo;
     Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.updateAccountInfoResponse retVal = ((Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInterface)(this)).updateAccountInfo(inValue);
     operations = retVal.operations;
     units      = retVal.units;
     requestId  = retVal.requestId;
     return(retVal.responseTime);
 }
 Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.updateAccountInfoResponse Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.AccountInterface.updateAccountInfo(Easynet.Edge.Services.Google.Adwords.GAdWordsAccountServiceV12.updateAccountInfoRequest request)
 {
     return(base.Channel.updateAccountInfo(request));
 }