public PaymentService.PmtNotificationAGW.PmtNotificationAGWRs_Type PmtNotificationAGW(PaymentService.PmtNotificationAGW.PmtNotificationAGWRq_Type PmtNotificationAGWRq)
 {
     PaymentService.PmtNotificationAGW.PmtNotificationAGWRequest inValue = new PaymentService.PmtNotificationAGW.PmtNotificationAGWRequest();
     inValue.PmtNotificationAGWRq = PmtNotificationAGWRq;
     PaymentService.PmtNotificationAGW.PmtNotificationAGWResponse retVal = ((PaymentService.PmtNotificationAGW.PmtNotificationAGW)(this)).PmtNotificationAGW(inValue);
     return(retVal.PmtNotificationAGWRs);
 }
 public System.Threading.Tasks.Task <PaymentService.PmtNotificationAGW.PmtNotificationAGWResponse> PmtNotificationAGWAsync(PaymentService.PmtNotificationAGW.PmtNotificationAGWRq_Type PmtNotificationAGWRq)
 {
     PaymentService.PmtNotificationAGW.PmtNotificationAGWRequest inValue = new PaymentService.PmtNotificationAGW.PmtNotificationAGWRequest();
     inValue.PmtNotificationAGWRq = PmtNotificationAGWRq;
     return(((PaymentService.PmtNotificationAGW.PmtNotificationAGW)(this)).PmtNotificationAGWAsync(inValue));
 }
 public PmtNotificationAGWRequest(PaymentService.PmtNotificationAGW.PmtNotificationAGWRq_Type PmtNotificationAGWRq)
 {
     this.PmtNotificationAGWRq = PmtNotificationAGWRq;
 }