Class StudentRecordForCaliforniaStrf
Inheritance
System.Object
StudentRecordForCaliforniaStrf
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 StudentRecordForCaliforniaStrf
Constructors
StudentRecordForCaliforniaStrf()
Declaration
public StudentRecordForCaliforniaStrf()
Properties
AmountToCharge
Declaration
public decimal AmountToCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
NetAmountToCharge
Declaration
public decimal NetAmountToCharge { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
PreviousAmount
Declaration
public decimal PreviousAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TuitionAmount
Declaration
public decimal TuitionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |