Exemple #1
0
 public System.Threading.Tasks.Task <ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest inValue = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
Exemple #2
0
 public int PaymentVerificationWithExtra(string MerchantID, string Authority, int Amount, out long RefID, out string ExtraDetail)
 {
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest inValue = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraResponse retVal = ((ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtra(inValue);
     RefID       = retVal.Body.RefID;
     ExtraDetail = retVal.Body.ExtraDetail;
     return(retVal.Body.Status);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraResponse> ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }
Exemple #4
0
 ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraResponse ZARINPAL_PARDAKHT.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(ZARINPAL_PARDAKHT.ServiceReference.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtra(request));
 }