Class StudentAwardResolveExceptionRequest
Inheritance
System.Object
StudentAwardResolveExceptionRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardResolveExceptionRequest : ServiceRequest
Constructors
StudentAwardResolveExceptionRequest()
Declaration
public StudentAwardResolveExceptionRequest()
Properties
LoanCertificationDate
Declaration
public DateTime? LoanCertificationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OverrideException
Declaration
public bool OverrideException { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ServicerExceptionID
Declaration
public int ServicerExceptionID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServicerRecordID
Declaration
public string ServicerRecordID { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|