Exemple #1
0
 public System.Threading.Tasks.Task <api_cms.muathe24h.BuyCardsResponse> BuyCardsAsync(api_cms.muathe24h.UserCredentials UserCredentials, string trace, string telco, int amount, int quantity)
 {
     api_cms.muathe24h.BuyCardsRequest inValue = new api_cms.muathe24h.BuyCardsRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.trace           = trace;
     inValue.telco           = telco;
     inValue.amount          = amount;
     inValue.quantity        = quantity;
     return(((api_cms.muathe24h.MechantServicesSoap)(this)).BuyCardsAsync(inValue));
 }
Exemple #2
0
 public api_cms.muathe24h.APIResult BuyCards(api_cms.muathe24h.UserCredentials UserCredentials, string trace, string telco, int amount, int quantity)
 {
     api_cms.muathe24h.BuyCardsRequest inValue = new api_cms.muathe24h.BuyCardsRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.trace           = trace;
     inValue.telco           = telco;
     inValue.amount          = amount;
     inValue.quantity        = quantity;
     api_cms.muathe24h.BuyCardsResponse retVal = ((api_cms.muathe24h.MechantServicesSoap)(this)).BuyCards(inValue);
     return(retVal.BuyCardsResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <api_cms.muathe24h.BuyCardsResponse> api_cms.muathe24h.MechantServicesSoap.BuyCardsAsync(api_cms.muathe24h.BuyCardsRequest request)
 {
     return(base.Channel.BuyCardsAsync(request));
 }
Exemple #4
0
 api_cms.muathe24h.BuyCardsResponse api_cms.muathe24h.MechantServicesSoap.BuyCards(api_cms.muathe24h.BuyCardsRequest request)
 {
     return(base.Channel.BuyCards(request));
 }