Class StudentAccountBillingReview
Inheritance
System.Object
StudentAccountBillingReview
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 StudentAccountBillingReview
Constructors
StudentAccountBillingReview()
Declaration
public StudentAccountBillingReview()
Properties
AcademicYearSequence
Declaration
public decimal? AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
AfterTaxAmount
Declaration
public decimal AfterTaxAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BillCode
Declaration
public string BillCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingMethod
Declaration
public string BillingMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingPeriod
Declaration
public string BillingPeriod { get; set; }
Property Value
Type |
Description |
System.String |
|
BillOncePerStudent
Declaration
public bool BillOncePerStudent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CreditHour
Declaration
public decimal CreditHour { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EndDate
Declaration
public string EndDate { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
IsConnected
Declaration
public int IsConnected { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsStudentActive
Declaration
public bool IsStudentActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PendingChargeDescription
Declaration
public string PendingChargeDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
PendingChargeId
Declaration
public int PendingChargeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Program
Declaration
public string Program { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersion
Declaration
public string ProgramVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
SSN
Declaration
public string SSN { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public string StartDate { 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 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TaxAmount
Declaration
public decimal TaxAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TaxCodes
Declaration
public string TaxCodes { get; set; }
Property Value
Type |
Description |
System.String |
|
Term
Declaration
public string Term { get; set; }
Property Value
Type |
Description |
System.String |
|
TermGroup
Declaration
public string TermGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|