Пример #1
0
 public PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00_ArrayOfResults BankAccountValidation_Interactive_RetrieveBySortcode_v1_00(string Key, string SortCode)
 {
     PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00Request inValue = new PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00Request();
     inValue.Key      = Key;
     inValue.SortCode = SortCode;
     PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00Response retVal = ((PostcodeAnywhere.pca.PostcodeAnywhere_Soap)(this)).BankAccountValidation_Interactive_RetrieveBySortcode_v1_00(inValue);
     return(retVal.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00_Result);
 }
Пример #2
0
 PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00Response PostcodeAnywhere.pca.PostcodeAnywhere_Soap.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00(PostcodeAnywhere.pca.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00Request request)
 {
     return(base.Channel.BankAccountValidation_Interactive_RetrieveBySortcode_v1_00(request));
 }