Example #1
0
 public System.Threading.Tasks.Task <BackCode.ProntipagosClientService.topUpTAEResponse> topUpTAEAsync(double amount, long msisdn, string clientReference)
 {
     BackCode.ProntipagosClientService.topUpTAERequest inValue = new BackCode.ProntipagosClientService.topUpTAERequest();
     inValue.amount          = amount;
     inValue.msisdn          = msisdn;
     inValue.clientReference = clientReference;
     return(((BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint)(this)).topUpTAEAsync(inValue));
 }
Example #2
0
 public BackCode.ProntipagosClientService.transactionResponseDto topUpTAE(double amount, long msisdn, string clientReference)
 {
     BackCode.ProntipagosClientService.topUpTAERequest inValue = new BackCode.ProntipagosClientService.topUpTAERequest();
     inValue.amount          = amount;
     inValue.msisdn          = msisdn;
     inValue.clientReference = clientReference;
     BackCode.ProntipagosClientService.topUpTAEResponse retVal = ((BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint)(this)).topUpTAE(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <BackCode.ProntipagosClientService.topUpTAEResponse> BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUpTAEAsync(BackCode.ProntipagosClientService.topUpTAERequest request)
 {
     return(base.Channel.topUpTAEAsync(request));
 }
Example #4
0
 BackCode.ProntipagosClientService.topUpTAEResponse BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUpTAE(BackCode.ProntipagosClientService.topUpTAERequest request)
 {
     return(base.Channel.topUpTAE(request));
 }