Class StudentScheduledRefundDetails
Inheritance
System.Object
StudentScheduledRefundDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentScheduledRefundDetails
Constructors
StudentScheduledRefundDetails()
Declaration
public StudentScheduledRefundDetails()
Properties
ActionDate
Declaration
public DateTime? ActionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Amount
Declaration
public decimal? Amount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
DisbursementNumber
Declaration
public string DisbursementNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
DueDate
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceId
Declaration
public int? FundSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
GuarantorLendingInstitutionId
Declaration
public int? GuarantorLendingInstitutionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsDisbursementNumberChanged
Declaration
public bool IsDisbursementNumberChanged { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LenderId
Declaration
public int? LenderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaidDisbursementId
Declaration
public int? PaidDisbursementId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PayeeName
Declaration
public string PayeeName { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundAddressType
Declaration
public string RefundAddressType { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundId
Declaration
public int? RefundId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RefundStudentAwardDisbursementId
Declaration
public int? RefundStudentAwardDisbursementId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RefundStudentRelationshipAddressId
Declaration
public int? RefundStudentRelationshipAddressId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ReturnMethod
Declaration
public string ReturnMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
ServicerLendingInstitutionId
Declaration
public int? ServicerLendingInstitutionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAcademicYearPaymentPeriod
Declaration
public string StudentAcademicYearPaymentPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAwardId
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermName
Declaration
public string TermName { get; set; }
Property Value
Type |
Description |
System.String |
|