Class AutoPackageStudentAwardEstimateResponse
Inheritance
System.Object
AutoPackageStudentAwardEstimateResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoPackageStudentAwardEstimateResponse : ServiceResponse
Constructors
AutoPackageStudentAwardEstimateResponse()
Declaration
public AutoPackageStudentAwardEstimateResponse()
Properties
NetPackageAmount
Gets or sets the NetPackage.
Declaration
public decimal NetPackageAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The net package amount. |
OutputMessage
Gets or sets the OutputMessage.
Declaration
public string OutputMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The output message. |
StudentAwardEstimateEntity
Gets or sets the StudentAwardEstimateEntity properties.
Declaration
public List<StudentAwardEstimateEntity> StudentAwardEstimateEntity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentAwardEstimateEntity> | The student academic year estimate. |