Class PostStudentAcademicYearEstimatesResponse
Inheritance
System.Object
PostStudentAcademicYearEstimatesResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostStudentAcademicYearEstimatesResponse : ServiceResponse
Constructors
PostStudentAcademicYearEstimatesResponse()
Declaration
public PostStudentAcademicYearEstimatesResponse()
Properties
OutputMessage
Gets or sets the OutputMessage.
Declaration
public string OutputMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAcademicYearEstimate
Gets or sets the StudentAcademicYearEstimate properties.
Declaration
public List<StudentAcademicYearEstimateEntity> StudentAcademicYearEstimate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAcademicYearEstimateEntity> |
StudentAcademicYearEstimateEntity
Gets or sets the StudentAcademicYearEstimateEntity properties.
Declaration
public List<NetPackages> StudentAcademicYearEstimateEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NetPackages> |