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