Class GetHopeConfigurationResponse
Inheritance
System.Object
GetHopeConfigurationResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetHopeConfigurationResponse : ServiceResponse
Constructors
GetHopeConfigurationResponse()
Declaration
public GetHopeConfigurationResponse()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BenchmarkMapping
Declaration
public List<StateReportBenchmark> BenchmarkMapping { get; set; }
Property Value
CampusMapping
Declaration
public List<StateReportCampus> CampusMapping { get; set; }
Property Value
FundSourceMapping
Declaration
public List<StateReportFundSource> FundSourceMapping { get; set; }
Property Value
TermMapping
Declaration
public List<StateReportTerm> TermMapping { get; set; }
Property Value
TierMapping
Declaration
public List<StateReportTierMapping> TierMapping { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Cmc.Nexus.Models.FinancialAid.StateReportTierMapping> |
|