public string MyBalance(RECHARGEDUNIYA.SRService.Information Information) { RECHARGEDUNIYA.SRService.MyBalanceRequest inValue = new RECHARGEDUNIYA.SRService.MyBalanceRequest(); inValue.Information = Information; RECHARGEDUNIYA.SRService.MyBalanceResponse retVal = ((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).MyBalance(inValue); return(retVal.MyBalanceResult); }
public string CheckStatus(RECHARGEDUNIYA.SRService.Information Information) { RECHARGEDUNIYA.SRService.CheckStatusRequest inValue = new RECHARGEDUNIYA.SRService.CheckStatusRequest(); inValue.Information = Information; RECHARGEDUNIYA.SRService.CheckStatusResponse retVal = ((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).CheckStatus(inValue); return(retVal.CheckStatusResult); }
public System.Threading.Tasks.Task <RECHARGEDUNIYA.SRService.MyBalanceResponse> MyBalanceAsync(RECHARGEDUNIYA.SRService.Information Information) { RECHARGEDUNIYA.SRService.MyBalanceRequest inValue = new RECHARGEDUNIYA.SRService.MyBalanceRequest(); inValue.Information = Information; return(((RECHARGEDUNIYA.SRService.SRServiceSoap)(this)).MyBalanceAsync(inValue)); }
public MyBalanceRequest(RECHARGEDUNIYA.SRService.Information Information) { this.Information = Information; }
public CheckStatusRequest(RECHARGEDUNIYA.SRService.Information Information) { this.Information = Information; }
public DoRechargeRequest(RECHARGEDUNIYA.SRService.Information Information) { this.Information = Information; }