Ejemplo n.º 1
0
 public Put_Escheatable_Payment_Notification_Date_ResponseType Put_Escheatable_Payment_Notification_Date(Workday_Common_HeaderType Workday_Common_Header, Put_Escheatable_Payment_Notification_Date_RequestType Put_Escheatable_Payment_Notification_Date_Request)
 {
     return(((Settlement_ServicesPort)this).Put_Escheatable_Payment_Notification_Date(new Put_Escheatable_Payment_Notification_DateInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Escheatable_Payment_Notification_Date_Request = Put_Escheatable_Payment_Notification_Date_Request
     }).Put_Escheatable_Payment_Notification_Date_Response);
 }
Ejemplo n.º 2
0
 public Task <Put_Escheatable_Payment_Notification_DateOutput> Put_Escheatable_Payment_Notification_DateAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Escheatable_Payment_Notification_Date_RequestType Put_Escheatable_Payment_Notification_Date_Request)
 {
     return(((Settlement_ServicesPort)this).Put_Escheatable_Payment_Notification_DateAsync(new Put_Escheatable_Payment_Notification_DateInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Escheatable_Payment_Notification_Date_Request = Put_Escheatable_Payment_Notification_Date_Request
     }));
 }
Ejemplo n.º 3
0
 public Put_Escheatable_Payment_Notification_DateInput(Workday_Common_HeaderType Workday_Common_Header, Put_Escheatable_Payment_Notification_Date_RequestType Put_Escheatable_Payment_Notification_Date_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Put_Escheatable_Payment_Notification_Date_Request = Put_Escheatable_Payment_Notification_Date_Request;
 }