Class CalculateCashPaymentPlanRequest
Represents the a request for the CalculateCashPaymentPlanRequest method.
Inheritance
System.Object
CalculateCashPaymentPlanRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class CalculateCashPaymentPlanRequest : ServiceRequest
Constructors
CalculateCashPaymentPlanRequest()
Declaration
public CalculateCashPaymentPlanRequest()
Fields
MaximumNumberOfPayments
MaximumNumberOfPayments
Declaration
public short? MaximumNumberOfPayments
Field Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
StudentAcademicYearId
StudentAcademicYearId
Declaration
public int? StudentAcademicYearId
Field Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransactionDate
TransactionDate
Declaration
public DateTime? TransactionDate
Field Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Properties
DayOfTheMonthWeekField
DayOfTheMonthWeekField
Declaration
public byte DayOfTheMonthWeekField { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
FirstPaymentDate
FirstPaymentDate
Declaration
public DateTime? FirstPaymentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FrequencyInDays
FrequencyInDays
Declaration
public short FrequencyInDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
FundSourceId
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IgnoreDateRestriction
IgnoreDateRestriction
Declaration
public bool IgnoreDateRestriction { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |
IsMonthly
IsMonthly
Declaration
public bool IsMonthly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LoanAmount
LoanAmount
Declaration
public decimal? LoanAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
MinimumPaymentAmount
MinimumPaymentAmount
Declaration
public decimal? MinimumPaymentAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OverPaidScheduledId
OverPaidScheduledId
Declaration
public int OverPaidScheduledId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaidDisbursementId
PaidDisbursementId
Declaration
public int PaidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PaymentDay
PaymentDay
Declaration
public byte? PaymentDay { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> |
PaymentFrequency
FrequencyInDays
Declaration
public short? PaymentFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
PreviousAwardId
PreviousAwardId
Declaration
public int PreviousAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SecondaryInterestEffectiveDate
SecondaryInterestEffectiveDate
Declaration
public DateTime? SecondaryInterestEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
SecondaryInterestRate
SecondaryInterestRate
Declaration
public decimal? SecondaryInterestRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
StudentAccountTransactionId
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAwardId
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
StudentEnrolmentId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
VoidDisbursementId
VoidDisbursementId
Declaration
public int VoidDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |