public Put_Import_Process_ResponseType Import_Student_Charges(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Charge_RequestType Import_Student_Charge_Request)
 {
     return(((Student_FinancePort)this).Import_Student_Charges(new Import_Student_ChargesInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Charge_Request = Import_Student_Charge_Request
     }).Put_Import_Process_Response);
 }
 public Task <Import_Student_ChargesOutput> Import_Student_ChargesAsync(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Charge_RequestType Import_Student_Charge_Request)
 {
     return(((Student_FinancePort)this).Import_Student_ChargesAsync(new Import_Student_ChargesInput
     {
         Workday_Common_Header = Workday_Common_Header,
         Import_Student_Charge_Request = Import_Student_Charge_Request
     }));
 }
 public Import_Student_ChargesInput(Workday_Common_HeaderType Workday_Common_Header, Import_Student_Charge_RequestType Import_Student_Charge_Request)
 {
     this.Workday_Common_Header         = Workday_Common_Header;
     this.Import_Student_Charge_Request = Import_Student_Charge_Request;
 }