Class StudentRegistrationBillResponse.Student
Inheritance
System.Object
StudentRegistrationBillResponse.Student
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
Constructors
Student()
Declaration
Properties
ActualCharge
Declaration
public decimal ActualCharge { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BillingPeriod
Declaration
public string BillingPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentPeriodCode
Declaration
public string PaymentPeriodCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermGroupId
Declaration
public int? TermGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|