Class GetTexasTHECBConfigurationResponse
Inheritance
System.Object
GetTexasTHECBConfigurationResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetTexasTHECBConfigurationResponse : ServiceResponse
Constructors
GetTexasTHECBConfigurationResponse()
Declaration
public GetTexasTHECBConfigurationResponse()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
FinancialAidFundSourceMapping
Declaration
public List<TexasStateReportFundSource> FinancialAidFundSourceMapping { get; set; }
Property Value
TexasGrantFundSourceMapping
Declaration
public List<TexasStateReportFundSource> TexasGrantFundSourceMapping { get; set; }
Property Value
TexasStateCampusMapping
Declaration
public List<TexasStateReportCampus> TexasStateCampusMapping { get; set; }
Property Value
TexasStateDegree
Declaration
public List<TexasStateReportDegree> TexasStateDegree { get; set; }
Property Value
TexasStateTerm
Declaration
public List<TexasStateReportTerm> TexasStateTerm { get; set; }
Property Value