Exemplo n.º 1
0
 public string PostUtilityTransaction(string utilityCode, string utilityArea, string custRef, string ApiUsername, string ApiPassword, string custPhone, string Amount, string payreference, string umemePayType, string reserve1, string reserve2, string reserve3, string reserve4, string reserve5)
 {
     DfcuTester.FINAPI.PostUtilityTransactionRequest inValue = new DfcuTester.FINAPI.PostUtilityTransactionRequest();
     inValue.Body              = new DfcuTester.FINAPI.PostUtilityTransactionRequestBody();
     inValue.Body.utilityCode  = utilityCode;
     inValue.Body.utilityArea  = utilityArea;
     inValue.Body.custRef      = custRef;
     inValue.Body.ApiUsername  = ApiUsername;
     inValue.Body.ApiPassword  = ApiPassword;
     inValue.Body.custPhone    = custPhone;
     inValue.Body.Amount       = Amount;
     inValue.Body.payreference = payreference;
     inValue.Body.umemePayType = umemePayType;
     inValue.Body.reserve1     = reserve1;
     inValue.Body.reserve2     = reserve2;
     inValue.Body.reserve3     = reserve3;
     inValue.Body.reserve4     = reserve4;
     inValue.Body.reserve5     = reserve5;
     DfcuTester.FINAPI.PostUtilityTransactionResponse retVal = ((DfcuTester.FINAPI.webserviceSoap)(this)).PostUtilityTransaction(inValue);
     return(retVal.Body.PostUtilityTransactionResult);
 }
Exemplo n.º 2
0
 DfcuTester.FINAPI.PostUtilityTransactionResponse DfcuTester.FINAPI.webserviceSoap.PostUtilityTransaction(DfcuTester.FINAPI.PostUtilityTransactionRequest request)
 {
     return(base.Channel.PostUtilityTransaction(request));
 }