Class TuitionDiscountPolicyStudentDetail
Inheritance
System.Object
TuitionDiscountPolicyStudentDetail
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 TuitionDiscountPolicyStudentDetail
Constructors
TuitionDiscountPolicyStudentDetail()
Declaration
public TuitionDiscountPolicyStudentDetail()
Properties
ActualDiscountAmount
Declaration
public decimal ActualDiscountAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CalculatedDiscountAmount
Declaration
public decimal CalculatedDiscountAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseDiscountAmount
Declaration
public decimal? CourseDiscountAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseTotalAmount
Declaration
public decimal CourseTotalAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
DiscountAmount
Declaration
public decimal? DiscountAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
DiscountPercentage
Declaration
public decimal? DiscountPercentage { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Frequency
Declaration
public string Frequency { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAllDiscountsPostedForCourse
Declaration
public bool IsAllDiscountsPostedForCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsBillingDetailPosted
Declaration
public bool IsBillingDetailPosted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PolicyName
Declaration
public string PolicyName { get; set; }
Property Value
Type |
Description |
System.String |
|
PostedAmount
Declaration
public decimal PostedAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Sequence
Declaration
public int Sequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAcademicYearPaymentPeriodId
Declaration
public int? StudentAcademicYearPaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentAccountTransactionId
Declaration
public int StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TemporarySequence
Declaration
public int TemporarySequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|