Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ZarinpalService.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     ZarinpalService.PaymentVerificationWithExtraRequest inValue = new ZarinpalService.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZarinpalService.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZarinpalService.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ZarinpalService.PaymentVerificationWithExtraResponse> ZarinpalService.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZarinpalService.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }