Class PostStudentAcademicYearPaymentPeriodResponse
Inheritance
System.Object
PostStudentAcademicYearPaymentPeriodResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PostStudentAcademicYearPaymentPeriodResponse : ServiceResponse
Constructors
PostStudentAcademicYearPaymentPeriodResponse()
Declaration
public PostStudentAcademicYearPaymentPeriodResponse()
Properties
Credit
Gets or sets Credit.
Declaration
public decimal? Credit { 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 |
FundSource
Gets or sets FundSource.
Declaration
public string FundSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sequence
Gets or sets the Sequence.
Declaration
public int Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDate
Gets or sets the StartDate.
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Week
Gets or sets Week.
Declaration
public decimal? Week { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |