Class BillingCodeTransaction
Inheritance
System.Object
BillingCodeTransaction
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 BillingCodeTransaction
Constructors
BillingCodeTransaction()
Declaration
public BillingCodeTransaction()
Properties
AcademicYearSequence
Declaration
public int? AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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.Nullable<System.Decimal> |
|
BillingMethodId
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BillingTransactionCode
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCodeId
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BillingTransactionName
Declaration
public string BillingTransactionName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ChildTermId
Declaration
public int? ChildTermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ClassFeeType
Declaration
public string ClassFeeType { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditHours
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
HousingLeaseId
Declaration
public int HousingLeaseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsNewFee
Declaration
public bool IsNewFee { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramId
Declaration
public int? ProgramId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgrmVersionId
Declaration
public int? ProgrmVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SchoolStatusId
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountPendingTransactionId
Declaration
public int? StudentAccountPendingTransactionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodFeesId
Declaration
public int? StudentEnrollmentPeriodFeesId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodLessonId
Declaration
public int? StudentEnrollmentPeriodLessonId { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
SystemSchoolStatusCategoryCode
Declaration
public string SystemSchoolStatusCategoryCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SystemSchoolStatusCategoryName
Declaration
public string SystemSchoolStatusCategoryName { 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 |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermSequence
Declaration
public decimal? TermSequence { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|