コード例 #1
0
 public System.Threading.Tasks.Task <IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentResponse> MakeOrderPaymentAsync(string CardTransactionID, string CardNo, string PINNo, string MerchantID, string MerchantAuthkey, string TransactionTypeID, string TransactionAuthkey, string ProductID, string MerchantTranAmount, string MerchantTransactionNo, long ErrorNo, string ErrorDesc)
 {
     IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest inValue = new IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest();
     inValue.Body = new IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequestBody();
     inValue.Body.CardTransactionID     = CardTransactionID;
     inValue.Body.CardNo                = CardNo;
     inValue.Body.PINNo                 = PINNo;
     inValue.Body.MerchantID            = MerchantID;
     inValue.Body.MerchantAuthkey       = MerchantAuthkey;
     inValue.Body.TransactionTypeID     = TransactionTypeID;
     inValue.Body.TransactionAuthkey    = TransactionAuthkey;
     inValue.Body.ProductID             = ProductID;
     inValue.Body.MerchantTranAmount    = MerchantTranAmount;
     inValue.Body.MerchantTransactionNo = MerchantTransactionNo;
     inValue.Body.ErrorNo               = ErrorNo;
     inValue.Body.ErrorDesc             = ErrorDesc;
     return(((IITS_CloudAccounting.com.mobiletranzact.www.MobileTranzactServiceSoap)(this)).MakeOrderPaymentAsync(inValue));
 }
コード例 #2
0
 public bool MakeOrderPayment(ref string CardTransactionID, string CardNo, string PINNo, string MerchantID, string MerchantAuthkey, string TransactionTypeID, string TransactionAuthkey, string ProductID, string MerchantTranAmount, string MerchantTransactionNo, ref long ErrorNo, ref string ErrorDesc)
 {
     IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest inValue = new IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest();
     inValue.Body = new IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequestBody();
     inValue.Body.CardTransactionID     = CardTransactionID;
     inValue.Body.CardNo                = CardNo;
     inValue.Body.PINNo                 = PINNo;
     inValue.Body.MerchantID            = MerchantID;
     inValue.Body.MerchantAuthkey       = MerchantAuthkey;
     inValue.Body.TransactionTypeID     = TransactionTypeID;
     inValue.Body.TransactionAuthkey    = TransactionAuthkey;
     inValue.Body.ProductID             = ProductID;
     inValue.Body.MerchantTranAmount    = MerchantTranAmount;
     inValue.Body.MerchantTransactionNo = MerchantTransactionNo;
     inValue.Body.ErrorNo               = ErrorNo;
     inValue.Body.ErrorDesc             = ErrorDesc;
     IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentResponse retVal = ((IITS_CloudAccounting.com.mobiletranzact.www.MobileTranzactServiceSoap)(this)).MakeOrderPayment(inValue);
     CardTransactionID = retVal.Body.CardTransactionID;
     ErrorNo           = retVal.Body.ErrorNo;
     ErrorDesc         = retVal.Body.ErrorDesc;
     return(retVal.Body.MakeOrderPaymentResult);
 }
コード例 #3
0
 System.Threading.Tasks.Task <IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentResponse> IITS_CloudAccounting.com.mobiletranzact.www.MobileTranzactServiceSoap.MakeOrderPaymentAsync(IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest request)
 {
     return(base.Channel.MakeOrderPaymentAsync(request));
 }
コード例 #4
0
 IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentResponse IITS_CloudAccounting.com.mobiletranzact.www.MobileTranzactServiceSoap.MakeOrderPayment(IITS_CloudAccounting.com.mobiletranzact.www.MakeOrderPaymentRequest request)
 {
     return(base.Channel.MakeOrderPayment(request));
 }