Class GetPaymentPlanResponse
Inheritance
System.Object
GetPaymentPlanResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetPaymentPlanResponse : ServiceResponse
Constructors
GetPaymentPlanResponse()
Declaration
public GetPaymentPlanResponse()
Properties
AccruedInterestAmount
AccruedInterestAmount
Declaration
public decimal AccruedInterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
AgencyBranchId
AgencyBranchId
Declaration
public int? AgencyBranchId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
AwardYear
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstPaymentDate
FirstPaymentDate
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FundSourceId
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InterestBalance
InterestBalance
Declaration
public decimal? InterestBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
InterestOnlyUntilDate
InterestOnlyUntilDate
Declaration
public DateTime? InterestOnlyUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
InterestRate
InterestRate
Declaration
public decimal? InterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
LastInterestDate
LastInterestDate
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LastStatementPrintDate
LastStatementPrintDate
Declaration
public DateTime? LastStatementPrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
NextPaymentDate
NextPaymentDate
Declaration
public DateTime? NextPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfPayments
NumberOfPayments
Declaration
public short? NumberOfPayments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
PaymentAmount
PaymentAmount
Declaration
public decimal? PaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
PaymentDay
PaymentDay
Declaration
public byte? PaymentDay { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> |
PaymentFrequency
PaymentFrequency
Declaration
public short? PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
PaymentPlanAmount
PaymentPlanAmount
Declaration
public decimal PaymentPlanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PrincipalBalance
PrincipalBalance
Declaration
public decimal? PrincipalBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ScheduledPaymentList
ScheduledPaymentList
Declaration
public IList<ScheduledPayment> ScheduledPaymentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ScheduledPayment> |
SecondaryInterestRate
SecondaryInterestRate
Declaration
public decimal? SecondaryInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
SecondaryInterestRateEffectiveDate
SecondaryInterestRateEffectiveDate
Declaration
public DateTime? SecondaryInterestRateEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Source
Source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentAcademicYearId
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriod Id
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
Student Id
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TotalAmountPaid
TotalAmountPaid
Declaration
public decimal? TotalAmountPaid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |