Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <BackCode.ProntipagosClientService.topUpResponse> topUpAsync(double amount, string reference, string clientReference, string sku)
 {
     BackCode.ProntipagosClientService.topUpRequest inValue = new BackCode.ProntipagosClientService.topUpRequest();
     inValue.amount          = amount;
     inValue.reference       = reference;
     inValue.clientReference = clientReference;
     inValue.sku             = sku;
     return(((BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint)(this)).topUpAsync(inValue));
 }
Ejemplo n.º 2
0
 public BackCode.ProntipagosClientService.sellResponseTO topUp(double amount, string reference, string clientReference, string sku)
 {
     BackCode.ProntipagosClientService.topUpRequest inValue = new BackCode.ProntipagosClientService.topUpRequest();
     inValue.amount          = amount;
     inValue.reference       = reference;
     inValue.clientReference = clientReference;
     inValue.sku             = sku;
     BackCode.ProntipagosClientService.topUpResponse retVal = ((BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint)(this)).topUp(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 3
0
 BackCode.ProntipagosClientService.topUpResponse BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUp(BackCode.ProntipagosClientService.topUpRequest request)
 {
     return(base.Channel.topUp(request));
 }
Ejemplo n.º 4
0
 System.Threading.Tasks.Task <BackCode.ProntipagosClientService.topUpResponse> BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUpAsync(BackCode.ProntipagosClientService.topUpRequest request)
 {
     return(base.Channel.topUpAsync(request));
 }