Class ScheduledPayment
ScheduledPayment
Inheritance
System.Object
ScheduledPayment
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ScheduledPayment : ServiceResponse
Constructors
ScheduledPayment()
Declaration
public ScheduledPayment()
Properties
ExpectedPaymentAmount
ExpectedPaymentAmount
Declaration
public decimal ExpectedPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
Id
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
InterestAmount
InterestAmount
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PaidAmount
PaidAmount
Declaration
public decimal PaidAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PaidDate
PaidDate
Declaration
public DateTime PaidDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
PaidDisbursementId
PaidDisbursementId
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PaymentDueDate
PaymentDueDate
Declaration
public DateTime? PaymentDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PrincipalAmount
PrincipalAmount
Declaration
public decimal PrincipalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
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> |
StudentAcademicYearLoanPaymentPeriodId
StudentAcademicYearLoanPaymentPeriodId
Declaration
public int? StudentAcademicYearLoanPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentAcademicYearPaymentPeriodId
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ThirdPartyInvoiceNumber
ThirdPartyInvoiceNumber
Declaration
public string ThirdPartyInvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |