Class GetTexasICUTConfigurationResponse
Inheritance
System.Object
GetTexasICUTConfigurationResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetTexasICUTConfigurationResponse : ServiceResponse
Constructors
GetTexasICUTConfigurationResponse()
Declaration
public GetTexasICUTConfigurationResponse()
Properties
EthnicityFundSourceMapping
Declaration
public List<StateReportFundSource> EthnicityFundSourceMapping { get; set; }
Property Value
EthnicityStateReportId
Declaration
public int EthnicityStateReportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OtherFundSourceMapping
Declaration
public List<StateReportFundSource> OtherFundSourceMapping { get; set; }
Property Value
OtherStateReportId
Declaration
public int OtherStateReportId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|