コード例 #1
0
ファイル: Reference.cs プロジェクト: vijayamazon/ezbob
 public PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00_ArrayOfResults BankAccountValidation_Interactive_Validate_v2_00(string Key, string AccountNumber, string SortCode)
 {
     PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00Request inValue = new PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00Request();
     inValue.Key           = Key;
     inValue.AccountNumber = AccountNumber;
     inValue.SortCode      = SortCode;
     PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00Response retVal = ((PostcodeAnywhere.pca2.PostcodeAnywhere_Soap)(this)).BankAccountValidation_Interactive_Validate_v2_00(inValue);
     return(retVal.BankAccountValidation_Interactive_Validate_v2_00_Result);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: vijayamazon/ezbob
 PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00Response PostcodeAnywhere.pca2.PostcodeAnywhere_Soap.BankAccountValidation_Interactive_Validate_v2_00(PostcodeAnywhere.pca2.BankAccountValidation_Interactive_Validate_v2_00Request request)
 {
     return(base.Channel.BankAccountValidation_Interactive_Validate_v2_00(request));
 }