Class SaveStudentAwardEstimateResponse
Inheritance
System.Object
SaveStudentAwardEstimateResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentAwardEstimateResponse : ServiceResponse
Constructors
SaveStudentAwardEstimateResponse()
Declaration
public SaveStudentAwardEstimateResponse()
Properties
NetPackage
Declaration
public int NetPackage { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAwardEstimateEntity
Gets or sets the StudentAwardEstimateEntity properties.
Declaration
public StudentAwardEstimateEntity StudentAwardEstimateEntity { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardEstimateEntity |