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