Example #1
0
 public System.Threading.Tasks.Task <BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsResponse> GetUnverifiedTransactionsAsync(string MerchantID)
 {
     BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest inValue = new BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest();
     inValue.Body            = new BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequestBody();
     inValue.Body.MerchantID = MerchantID;
     return(((BICT.Payetakht.Payment.ZarinPalService.PaymentGatewayImplementationServicePortType)(this)).GetUnverifiedTransactionsAsync(inValue));
 }
Example #2
0
 public int GetUnverifiedTransactions(string MerchantID, out string Authorities)
 {
     BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest inValue = new BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest();
     inValue.Body            = new BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequestBody();
     inValue.Body.MerchantID = MerchantID;
     BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsResponse retVal = ((BICT.Payetakht.Payment.ZarinPalService.PaymentGatewayImplementationServicePortType)(this)).GetUnverifiedTransactions(inValue);
     Authorities = retVal.Body.Authorities;
     return(retVal.Body.Status);
 }
Example #3
0
 System.Threading.Tasks.Task <BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsResponse> BICT.Payetakht.Payment.ZarinPalService.PaymentGatewayImplementationServicePortType.GetUnverifiedTransactionsAsync(BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest request)
 {
     return(base.Channel.GetUnverifiedTransactionsAsync(request));
 }
Example #4
0
 BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsResponse BICT.Payetakht.Payment.ZarinPalService.PaymentGatewayImplementationServicePortType.GetUnverifiedTransactions(BICT.Payetakht.Payment.ZarinPalService.GetUnverifiedTransactionsRequest request)
 {
     return(base.Channel.GetUnverifiedTransactions(request));
 }