Class GetDirectLoanCoaResponse
Inheritance
System.Object
GetDirectLoanCoaResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetDirectLoanCoaResponse : ServiceResponse
Constructors
GetDirectLoanCoaResponse()
Declaration
public GetDirectLoanCoaResponse()
Properties
DirectLoanCoa
Declaration
public decimal DirectLoanCoa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LoanAwardYear
Declaration
public string LoanAwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|