Class AwardLettersResponse
Inheritance
System.Object
AwardLettersResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AwardLettersResponse : ServiceResponse
Constructors
AwardLettersResponse()
Declaration
public AwardLettersResponse()
Properties
StudentAwardInfoList
Declaration
public List<AwardInfo> StudentAwardInfoList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AwardInfo> |