Class PostStudentAcademicYearPaymentPeriodRequest
The SaveStudentAcademicYearLoanPaymentPeriodRequest represents the request Object for the SaveStudentAcademicYearLoanPaymentPeriod method of StudentAcademicYearService.
Inheritance
System.Object
PostStudentAcademicYearPaymentPeriodRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostStudentAcademicYearPaymentPeriodRequest : ServiceRequest
Constructors
PostStudentAcademicYearPaymentPeriodRequest()
Declaration
public PostStudentAcademicYearPaymentPeriodRequest()
Properties
AdEnrollId
Gets or sets AdEnrollId.
Declaration
public int AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContinueToSave
Gets or sets ContinueToSave.
Declaration
public bool ContinueToSave { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Credits
Gets or sets Credits.
Declaration
public decimal? Credits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
EndDate
Gets or sets EndDate.
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FaStudentAyPaymentPeriodId
Gets or sets FaStudentAyPaymentPeriodId.
Declaration
public int FaStudentAyPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FaStudentLoanPeriodId
Gets or sets FAStudentLoanPeriodID.
Declaration
public int FaStudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FaStudentLpPaymentPeriodId
Gets or sets FAStudentLoanPeriodID.
Declaration
public int FaStudentLpPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsLoanPeriod
Gets or sets LoanPeriod.
Declaration
public bool IsLoanPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTitleIv
Gets or sets the IsTitleIv.
Declaration
public bool IsTitleIv { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sequence
Gets or sets Sequence.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDate
Gets or sets StartDate.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StudentAcademicYearId
Gets or sets StudentAcademicYearId.
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Weeks
Gets or sets Weeks.
Declaration
public decimal? Weeks { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |