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