コード例 #1
0
 public bool getACHByLocation(string Address, string StateCode, string City, out WebAPISample.SampleReference.FedACHList FedACHLists)
 {
     WebAPISample.SampleReference.getACHByLocationRequest inValue = new WebAPISample.SampleReference.getACHByLocationRequest();
     inValue.Address   = Address;
     inValue.StateCode = StateCode;
     inValue.City      = City;
     WebAPISample.SampleReference.getACHByLocationResponse retVal = ((WebAPISample.SampleReference.FedACHSoap)(this)).getACHByLocation(inValue);
     FedACHLists = retVal.FedACHLists;
     return(retVal.getACHByLocationResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <WebAPISample.SampleReference.getACHByLocationResponse> getACHByLocationAsync(WebAPISample.SampleReference.getACHByLocationRequest request)
 {
     return(base.Channel.getACHByLocationAsync(request));
 }
コード例 #3
0
 WebAPISample.SampleReference.getACHByLocationResponse WebAPISample.SampleReference.FedACHSoap.getACHByLocation(WebAPISample.SampleReference.getACHByLocationRequest request)
 {
     return(base.Channel.getACHByLocation(request));
 }