Class GetLoanPeriodDetailsRequest
Inheritance
System.Object
GetLoanPeriodDetailsRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetLoanPeriodDetailsRequest : ServiceRequest
Constructors
GetLoanPeriodDetailsRequest()
Declaration
public GetLoanPeriodDetailsRequest()
Properties
AcademicYearId
Declaration
public int AcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentPeriodId
Declaration
public int EnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsCreateLoanPeriod
Declaration
public bool IsCreateLoanPeriod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDoNotUsePaymentPeriods
Declaration
public bool IsDoNotUsePaymentPeriods { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|