Class PrincipalBalanceResponse
Inheritance
System.Object
PrincipalBalanceResponse
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 PrincipalBalanceResponse
Constructors
PrincipalBalanceResponse()
Declaration
public PrincipalBalanceResponse()
Properties
AdEnrollID
Declaration
public int AdEnrollID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AdTermID
Declaration
public int AdTermID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AmRepID
Declaration
public int AmRepID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusDescrip
Declaration
public string CampusDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollNum
Declaration
public string EnrollNum { get; set; }
Property Value
Type |
Description |
System.String |
|
FaFundSourceID
Declaration
public int FaFundSourceID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FaStudentAidID
Declaration
public int FaStudentAidID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FirstPayDate
Declaration
public DateTime? FirstPayDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
InterestAmount
Declaration
public decimal InterestAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
InterestRate
Declaration
public decimal InterestRate { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
LastInterestDate
Declaration
public DateTime? LastInterestDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NextPayDate
Declaration
public DateTime? NextPayDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
OriginalStartDate
Declaration
public DateTime? OriginalStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PrincipalBalance
Declaration
public decimal PrincipalBalance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentStatus
Declaration
public string StudentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Stunum
Declaration
public string Stunum { get; set; }
Property Value
Type |
Description |
System.String |
|
SyCampusID
Declaration
public int SyCampusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyGroupsID
Declaration
public int SyGroupsID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SySchoolStatusID
Declaration
public int SySchoolStatusID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SyStudentID
Declaration
public int SyStudentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserID
Declaration
public int UserID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|