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)); }
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); }
BackCode.ProntipagosClientService.topUpResponse BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUp(BackCode.ProntipagosClientService.topUpRequest request) { return(base.Channel.topUp(request)); }
System.Threading.Tasks.Task <BackCode.ProntipagosClientService.topUpResponse> BackCode.ProntipagosClientService.ProntipagosClientServiceEndPoint.topUpAsync(BackCode.ProntipagosClientService.topUpRequest request) { return(base.Channel.topUpAsync(request)); }