예제 #1
0
 public long ModifyPayee1(
     long clientId,
     string wsPassword,
     string customerAccount,
     long payeeId,
     string firstName,
     string lastName,
     string companyName,
     string address,
     string city,
     string state,
     string zip,
     string country,
     string phone,
     string fax,
     string email,
     string routingAba,
     string bankAccountNum,
     string nameOnAccount,
     string accountType,
     int activeInactiveStatus)
 {
     Rentler.ExternalServices.PayForward.ModifyPayeeWithStatus inValue = new Rentler.ExternalServices.PayForward.ModifyPayeeWithStatus();
     inValue.clientId             = clientId;
     inValue.wsPassword           = wsPassword;
     inValue.customerAccount      = customerAccount;
     inValue.payeeId              = payeeId;
     inValue.firstName            = firstName;
     inValue.lastName             = lastName;
     inValue.companyName          = companyName;
     inValue.address              = address;
     inValue.city                 = city;
     inValue.state                = state;
     inValue.zip                  = zip;
     inValue.country              = country;
     inValue.phone                = phone;
     inValue.fax                  = fax;
     inValue.email                = email;
     inValue.routingAba           = routingAba;
     inValue.bankAccountNum       = bankAccountNum;
     inValue.nameOnAccount        = nameOnAccount;
     inValue.accountType          = accountType;
     inValue.activeInactiveStatus = activeInactiveStatus;
     Rentler.ExternalServices.PayForward.ModifyPayeeWithStatus1 retVal = ((Rentler.ExternalServices.PayForward.PayforwardSoap)(this)).ModifyPayee1(inValue);
     return(retVal.ModifyPayeeWithStatusResult);
 }
예제 #2
0
 Rentler.ExternalServices.PayForward.ModifyPayeeWithStatus1 Rentler.ExternalServices.PayForward.PayforwardSoap.ModifyPayee1(Rentler.ExternalServices.PayForward.ModifyPayeeWithStatus request)
 {
     return(base.Channel.ModifyPayee1(request));
 }