Example #1
0
 public bool getACHByRoutingNumber(string RoutingNumber, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByRoutingNumberRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByRoutingNumberRequest();
     inValue.RoutingNumber = RoutingNumber;
     BookLibrary.UI.FedAchServiceReference.getACHByRoutingNumberResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByRoutingNumber(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByRoutingNumberResult);
 }
Example #2
0
 public bool getACHByZipCode(string ZipCode, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByZipCodeRequest();
     inValue.ZipCode = ZipCode;
     BookLibrary.UI.FedAchServiceReference.getACHByZipCodeResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByZipCode(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByZipCodeResult);
 }
Example #3
0
 public bool getACHByLocation(string Address, string StateCode, string City, out BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest inValue = new BookLibrary.UI.FedAchServiceReference.getACHByLocationRequest();
     inValue.Address   = Address;
     inValue.StateCode = StateCode;
     inValue.City      = City;
     BookLibrary.UI.FedAchServiceReference.getACHByLocationResponse retVal = ((BookLibrary.UI.FedAchServiceReference.FedACHSoap)(this)).getACHByLocation(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByLocationResult);
 }
Example #4
0
 public getACHByRoutingNumberResponse(bool getACHByRoutingNumberResult, BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     this.getACHByRoutingNumberResult = getACHByRoutingNumberResult;
     this.FedACHLists = FedACHLists;
 }
Example #5
0
 public getACHByLocationResponse(bool getACHByLocationResult, BookLibrary.UI.FedAchServiceReference.FedACHList FedACHLists)
 {
     this.getACHByLocationResult = getACHByLocationResult;
     this.FedACHLists            = FedACHLists;
 }