Class AdditionalFeeStudent
Represents the a request for the AdditionalFeeStudentList method.
Inheritance
System.Object
AdditionalFeeStudent
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 AdditionalFeeStudent
Constructors
AdditionalFeeStudent()
Declaration
public AdditionalFeeStudent()
Properties
AllowProcessByAutomation
AllowProcessByAutomation
Declaration
public bool? AllowProcessByAutomation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
BillingTransactionCodeId
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsTaxIncluded
isTaxIncluded
Declaration
public bool? IsTaxIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Rate
isTaxIncluded
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
StudentEnrollmentPeriodFeeId
Student Enrollment Period Fee Id
Declaration
public int? StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TaxAmount
isTaxIncluded
Declaration
public decimal TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TaxRateId
isTaxIncluded
Declaration
public int TaxRateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransactionAmount
TransactionAmount
Declaration
public decimal TransactionAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
TransactionDate
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |