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