Beispiel #1
0
 public System.Threading.Tasks.Task <ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationResponse> PaymentVerificationAsync(string MerchantID, string Authority, int Amount)
 {
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest inValue = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest();
     inValue.Body            = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationAsync(inValue));
 }
Beispiel #2
0
 public int PaymentVerification(string MerchantID, string Authority, int Amount, out long RefID)
 {
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest inValue = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest();
     inValue.Body            = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationResponse retVal = ((ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerification(inValue);
     RefID = retVal.Body.RefID;
     return(retVal.Body.Status);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationResponse> ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }
Beispiel #4
0
 ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationResponse ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerification(ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerification(request));
 }