Class StudentSubsidiaryAccountDetail
Inheritance
System.Object
StudentSubsidiaryAccountDetail
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 StudentSubsidiaryAccountDetail
Constructors
StudentSubsidiaryAccountDetail()
Declaration
public StudentSubsidiaryAccountDetail()
Properties
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> |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubsidiaryBalance
Declaration
public decimal? SubsidiaryBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |