Пример #1
0
 public BuyCardsRequest(api_cms.muathe24h.UserCredentials UserCredentials, string trace, string telco, int amount, int quantity)
 {
     this.UserCredentials = UserCredentials;
     this.trace           = trace;
     this.telco           = telco;
     this.amount          = amount;
     this.quantity        = quantity;
 }
Пример #2
0
 public api_cms.muathe24h.ChotCaCHEntity ChotCaCH(api_cms.muathe24h.UserCredentials UserCredentials, string name, string note)
 {
     api_cms.muathe24h.ChotCaCHRequest inValue = new api_cms.muathe24h.ChotCaCHRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.name            = name;
     inValue.note            = note;
     api_cms.muathe24h.ChotCaCHResponse retVal = ((api_cms.muathe24h.MechantServicesSoap)(this)).ChotCaCH(inValue);
     return(retVal.ChotCaCHResult);
 }
Пример #3
0
 public TopupMobileRequest(api_cms.muathe24h.UserCredentials UserCredentials, string telco, string mobileNo, int amount, bool isPrePay, string trace, int type)
 {
     this.UserCredentials = UserCredentials;
     this.telco           = telco;
     this.mobileNo        = mobileNo;
     this.amount          = amount;
     this.isPrePay        = isPrePay;
     this.trace           = trace;
     this.type            = type;
 }
Пример #4
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);
 }
Пример #5
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);
 }
Пример #6
0
 public System.Threading.Tasks.Task <api_cms.muathe24h.ChotCaCHResponse> ChotCaCHAsync(api_cms.muathe24h.UserCredentials UserCredentials, string name, string note)
 {
     api_cms.muathe24h.ChotCaCHRequest inValue = new api_cms.muathe24h.ChotCaCHRequest();
     inValue.UserCredentials = UserCredentials;
     inValue.name            = name;
     inValue.note            = note;
     return(((api_cms.muathe24h.MechantServicesSoap)(this)).ChotCaCHAsync(inValue));
 }
Пример #7
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));
 }
Пример #8
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));
 }
Пример #9
0
 public ChotCaCHRequest(api_cms.muathe24h.UserCredentials UserCredentials, string name, string note)
 {
     this.UserCredentials = UserCredentials;
     this.name            = name;
     this.note            = note;
 }