Class GetStudentAwardEstimateResponse
Inheritance
System.Object
GetStudentAwardEstimateResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetStudentAwardEstimateResponse : ServiceResponse
Constructors
GetStudentAwardEstimateResponse()
Gets or sets the StudentEstimateAwardList.
Declaration
public GetStudentAwardEstimateResponse()
Properties
PackageList
Gets or sets the PackageList.
Declaration
public List<Package> PackageList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Package> |