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