Class StudentAwardDetail
Inheritance
System.Object
StudentAwardDetail
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()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentAwardDetail
Constructors
StudentAwardDetail()
Declaration
public StudentAwardDetail()
Properties
AmountDue
Declaration
public decimal? AmountDue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ClosingDate
Declaration
public string ClosingDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LedgerAccountBalance
Declaration
public decimal? LedgerAccountBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StatementAmountDue
Declaration
public decimal StatementAmountDue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |