Exemplo n.º 1
0
 public System.Threading.Tasks.Task <api_cms.muathe24h.TopupMobileResponse> TopupMobileAsync(api_cms.muathe24h.UserCredentials UserCredentials, string telco, string mobileNo, int amount, bool isPrePay, string trace, int type)
 {
     api_cms.muathe24h.TopupMobileRequest inValue = new api_cms.muathe24h.TopupMobileRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.telco           = telco;
     inValue.mobileNo        = mobileNo;
     inValue.amount          = amount;
     inValue.isPrePay        = isPrePay;
     inValue.trace           = trace;
     inValue.type            = type;
     return(((api_cms.muathe24h.MechantServicesSoap)(this)).TopupMobileAsync(inValue));
 }
Exemplo n.º 2
0
 public api_cms.muathe24h.APIResult TopupMobile(api_cms.muathe24h.UserCredentials UserCredentials, string telco, string mobileNo, int amount, bool isPrePay, string trace, int type)
 {
     api_cms.muathe24h.TopupMobileRequest inValue = new api_cms.muathe24h.TopupMobileRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.telco           = telco;
     inValue.mobileNo        = mobileNo;
     inValue.amount          = amount;
     inValue.isPrePay        = isPrePay;
     inValue.trace           = trace;
     inValue.type            = type;
     api_cms.muathe24h.TopupMobileResponse retVal = ((api_cms.muathe24h.MechantServicesSoap)(this)).TopupMobile(inValue);
     return(retVal.TopupMobileResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <api_cms.muathe24h.TopupMobileResponse> api_cms.muathe24h.MechantServicesSoap.TopupMobileAsync(api_cms.muathe24h.TopupMobileRequest request)
 {
     return(base.Channel.TopupMobileAsync(request));
 }
Exemplo n.º 4
0
 api_cms.muathe24h.TopupMobileResponse api_cms.muathe24h.MechantServicesSoap.TopupMobile(api_cms.muathe24h.TopupMobileRequest request)
 {
     return(base.Channel.TopupMobile(request));
 }