Class StudentScheduleDisbursementBatchDetails
Inheritance
System.Object
StudentScheduleDisbursementBatchDetails
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.StudentAccounts.Contracts.dll
Syntax
public class StudentScheduleDisbursementBatchDetails
Constructors
StudentScheduleDisbursementBatchDetails()
Declaration
public StudentScheduleDisbursementBatchDetails()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsCardExpired
Declaration
public bool? IsCardExpired { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsStudentOnHold
Declaration
public bool? IsStudentOnHold { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PaymentAmount
Declaration
public decimal PaymentAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ScheduleDate
Declaration
public DateTime? ScheduleDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ScheduledDisbursementId
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
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 |
|