Class TuitionDiscountList
Inheritance
System.Object
TuitionDiscountList
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 TuitionDiscountList
Constructors
TuitionDiscountList()
Declaration
public TuitionDiscountList()
Properties
AcademicYearPaymentPeriodId
Declaration
public int? AcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ClassSectionId
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Date
Declaration
public DateTime Date { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Frequency
Declaration
public string Frequency { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupClassSchedID
Declaration
public string GroupClassSchedID { get; set; }
Property Value
Type |
Description |
System.String |
|
IsBillingDetailPosted
Declaration
public bool? IsBillingDetailPosted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
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 |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|