public Get_Student_Manual_Awards_ResponseType Get_Student_Manual_Awards(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Manual_Awards_RequestType Get_Student_Manual_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Manual_Awards(new Get_Student_Manual_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Manual_Awards_Request = Get_Student_Manual_Awards_Request
     }).Get_Student_Manual_Awards_Response);
 }
 public Task <Get_Student_Manual_AwardsOutput> Get_Student_Manual_AwardsAsync(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Manual_Awards_RequestType Get_Student_Manual_Awards_Request)
 {
     return(((Financial_AidPort)this).Get_Student_Manual_AwardsAsync(new Get_Student_Manual_AwardsInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Get_Student_Manual_Awards_Request = Get_Student_Manual_Awards_Request
     }));
 }
 public Get_Student_Manual_AwardsInput(Workday_Common_HeaderType Workday_Common_Header, Get_Student_Manual_Awards_RequestType Get_Student_Manual_Awards_Request)
 {
     this.Workday_Common_Header             = Workday_Common_Header;
     this.Get_Student_Manual_Awards_Request = Get_Student_Manual_Awards_Request;
 }