public PaymentService.RefundNotificationAGW.RefundNotificationAGWRs_Type RefundNotificationAGW(PaymentService.RefundNotificationAGW.RefundNotificationAGWRq_Type RefundNotificationAGWRq)
 {
     PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest inValue = new PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest();
     inValue.RefundNotificationAGWRq = RefundNotificationAGWRq;
     PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse retVal = ((PaymentService.RefundNotificationAGW.RefundNotificationAGW)(this)).RefundNotificationAGW(inValue);
     return(retVal.RefundNotificationAGWRs);
 }
 public System.Threading.Tasks.Task <PaymentService.RefundNotificationAGW.RefundNotificationAGWResponse> RefundNotificationAGWAsync(PaymentService.RefundNotificationAGW.RefundNotificationAGWRq_Type RefundNotificationAGWRq)
 {
     PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest inValue = new PaymentService.RefundNotificationAGW.RefundNotificationAGWRequest();
     inValue.RefundNotificationAGWRq = RefundNotificationAGWRq;
     return(((PaymentService.RefundNotificationAGW.RefundNotificationAGW)(this)).RefundNotificationAGWAsync(inValue));
 }
 public RefundNotificationAGWRequest(PaymentService.RefundNotificationAGW.RefundNotificationAGWRq_Type RefundNotificationAGWRq)
 {
     this.RefundNotificationAGWRq = RefundNotificationAGWRq;
 }