Class FederalWorkStudyAccountRequest
Federal Work Study Account Request
Inheritance
System.Object
FederalWorkStudyAccountRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class FederalWorkStudyAccountRequest : ServiceRequest
Constructors
FederalWorkStudyAccountRequest()
Declaration
public FederalWorkStudyAccountRequest()
Properties
AcademicYearEndDate
Declaration
public DateTime AcademicYearEndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AcademicYearStartDate
Declaration
public DateTime AcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AmountPackaged
Declaration
public string AmountPackaged { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardType
Declaration
public string AwardType { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYearEndDate
Declaration
public DateTime AwardYearEndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
AwardYearStartDate
Declaration
public DateTime AwardYearStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CmcIntegrationOperationType
Declaration
public string CmcIntegrationOperationType { get; set; }
Property Value
Type |
Description |
System.String |
|
CompanyCode
Declaration
public string CompanyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DynamicsUri
Declaration
public string DynamicsUri { get; set; }
Property Value
Type |
Description |
System.String |
|
EndPointIdentity
Declaration
public string EndPointIdentity { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAidId
Declaration
public int StudentAidId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|