Exemple #1
0
 public PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRs_Type AcctsUploadNotificationAGW(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRq_Type AcctsUploadNotificationAGWRq)
 {
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest inValue = new PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest();
     inValue.AcctsUploadNotificationAGWRq = AcctsUploadNotificationAGWRq;
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse retVal = ((PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW)(this)).AcctsUploadNotificationAGW(inValue);
     return(retVal.AcctsUploadNotificationAGWRs);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWResponse> AcctsUploadNotificationAGWAsync(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRq_Type AcctsUploadNotificationAGWRq)
 {
     PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest inValue = new PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRequest();
     inValue.AcctsUploadNotificationAGWRq = AcctsUploadNotificationAGWRq;
     return(((PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGW)(this)).AcctsUploadNotificationAGWAsync(inValue));
 }
Exemple #3
0
 public AcctsUploadNotificationAGWRequest(PaymentService.AcctsUploadNotificationAGW.AcctsUploadNotificationAGWRq_Type AcctsUploadNotificationAGWRq)
 {
     this.AcctsUploadNotificationAGWRq = AcctsUploadNotificationAGWRq;
 }