Пример #1
0
 public string PostIUIUTransaction(string utilityCode, string studyYear, string semester, string custRef, string ApiUsername, string ApiPassword, string custPhone, string Amount, string payreference)
 {
     DfcuTester.FINAPI.PostIUIUTransactionRequest inValue = new DfcuTester.FINAPI.PostIUIUTransactionRequest();
     inValue.Body              = new DfcuTester.FINAPI.PostIUIUTransactionRequestBody();
     inValue.Body.utilityCode  = utilityCode;
     inValue.Body.studyYear    = studyYear;
     inValue.Body.semester     = semester;
     inValue.Body.custRef      = custRef;
     inValue.Body.ApiUsername  = ApiUsername;
     inValue.Body.ApiPassword  = ApiPassword;
     inValue.Body.custPhone    = custPhone;
     inValue.Body.Amount       = Amount;
     inValue.Body.payreference = payreference;
     DfcuTester.FINAPI.PostIUIUTransactionResponse retVal = ((DfcuTester.FINAPI.webserviceSoap)(this)).PostIUIUTransaction(inValue);
     return(retVal.Body.PostIUIUTransactionResult);
 }
Пример #2
0
 DfcuTester.FINAPI.PostIUIUTransactionResponse DfcuTester.FINAPI.webserviceSoap.PostIUIUTransaction(DfcuTester.FINAPI.PostIUIUTransactionRequest request)
 {
     return(base.Channel.PostIUIUTransaction(request));
 }