public System.Threading.Tasks.Task <ZarinPal.PaymentVerificationResponse> PaymentVerificationAsync(string MerchantID, string Authority, int Amount)
 {
     ZarinPal.PaymentVerificationRequest inValue = new ZarinPal.PaymentVerificationRequest();
     inValue.Body            = new ZarinPal.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZarinPal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationAsync(inValue));
 }
예제 #2
0
 public System.Threading.Tasks.Task <ZarinPal.PaymentVerificationResponse> PaymentVerificationAsync(ZarinPal.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }
 System.Threading.Tasks.Task <ZarinPal.PaymentVerificationResponse> ZarinPal.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(ZarinPal.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }