Beispiel #1
0
 public Task <Put_Payroll_Payee_Student_LoanOutput> Put_Payroll_Payee_Student_LoanAsync(Workday_Common_HeaderType Workday_Common_Header, Put_Payroll_Payee_Student_Loan_RequestType Put_Payroll_Payee_Student_Loan_Request)
 {
     return(((Payroll_GBRPort)this).Put_Payroll_Payee_Student_LoanAsync(new Put_Payroll_Payee_Student_LoanInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Payroll_Payee_Student_Loan_Request = Put_Payroll_Payee_Student_Loan_Request
     }));
 }
Beispiel #2
0
 public Put_Payroll_Payee_Student_Loan_ResponseType Put_Payroll_Payee_Student_Loan(Workday_Common_HeaderType Workday_Common_Header, Put_Payroll_Payee_Student_Loan_RequestType Put_Payroll_Payee_Student_Loan_Request)
 {
     return(((Payroll_GBRPort)this).Put_Payroll_Payee_Student_Loan(new Put_Payroll_Payee_Student_LoanInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Put_Payroll_Payee_Student_Loan_Request = Put_Payroll_Payee_Student_Loan_Request
     }).Put_Payroll_Payee_Student_Loan_Response);
 }
Beispiel #3
0
 public Put_Payroll_Payee_Student_LoanInput(Workday_Common_HeaderType Workday_Common_Header, Put_Payroll_Payee_Student_Loan_RequestType Put_Payroll_Payee_Student_Loan_Request)
 {
     this.Workday_Common_Header = Workday_Common_Header;
     this.Put_Payroll_Payee_Student_Loan_Request = Put_Payroll_Payee_Student_Loan_Request;
 }