Пример #1
0
 /// <remarks/>
 public void DoTopUpFeeSerialWithAdditionalPhonesAsync(string MID, string TID, string Password, string Cashier, string ProductMaincode, string TopUpAmount, string PhoneNumber, string CountryCode, int OrderID, int ProfileID, string TransactionMode, double TransactionFee, string TerminalSerialNumber, AdditionalPhonesData AdditionalPhones) {
     this.DoTopUpFeeSerialWithAdditionalPhonesAsync(MID, TID, Password, Cashier, ProductMaincode, TopUpAmount, PhoneNumber, CountryCode, OrderID, ProfileID, TransactionMode, TransactionFee, TerminalSerialNumber, AdditionalPhones, null);
 }
Пример #2
0
 /// <remarks/>
 public void DoTopUpFeeSerialWithAdditionalPhonesAsync(string MID, string TID, string Password, string Cashier, string ProductMaincode, string TopUpAmount, string PhoneNumber, string CountryCode, int OrderID, int ProfileID, string TransactionMode, double TransactionFee, string TerminalSerialNumber, AdditionalPhonesData AdditionalPhones, object userState) {
     if ((this.DoTopUpFeeSerialWithAdditionalPhonesOperationCompleted == null)) {
         this.DoTopUpFeeSerialWithAdditionalPhonesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDoTopUpFeeSerialWithAdditionalPhonesOperationCompleted);
     }
     this.InvokeAsync("DoTopUpFeeSerialWithAdditionalPhones", new object[] {
                 MID,
                 TID,
                 Password,
                 Cashier,
                 ProductMaincode,
                 TopUpAmount,
                 PhoneNumber,
                 CountryCode,
                 OrderID,
                 ProfileID,
                 TransactionMode,
                 TransactionFee,
                 TerminalSerialNumber,
                 AdditionalPhones}, this.DoTopUpFeeSerialWithAdditionalPhonesOperationCompleted, userState);
 }
Пример #3
0
 public PIN DoTopUpFeeSerialWithAdditionalPhones(string MID, string TID, string Password, string Cashier, string ProductMaincode, string TopUpAmount, string PhoneNumber, string CountryCode, int OrderID, int ProfileID, string TransactionMode, double TransactionFee, string TerminalSerialNumber, AdditionalPhonesData AdditionalPhones) {
     object[] results = this.Invoke("DoTopUpFeeSerialWithAdditionalPhones", new object[] {
                 MID,
                 TID,
                 Password,
                 Cashier,
                 ProductMaincode,
                 TopUpAmount,
                 PhoneNumber,
                 CountryCode,
                 OrderID,
                 ProfileID,
                 TransactionMode,
                 TransactionFee,
                 TerminalSerialNumber,
                 AdditionalPhones});
     return ((PIN)(results[0]));
 }