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