Class SaveStudentEnrollmentPeriodFeeRequest
Represents the a request for the SaveStudentEnrollmentPeriodFee method.
Inheritance
System.Object
SaveStudentEnrollmentPeriodFeeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveStudentEnrollmentPeriodFeeRequest : ServiceRequest
Constructors
SaveStudentEnrollmentPeriodFeeRequest()
Declaration
public SaveStudentEnrollmentPeriodFeeRequest()
Properties
AcademicYearSequence
Declaration
public decimal AcademicYearSequence { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
BillingTransactionCodeId
Declaration
public int BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FeeDescription
Declaration
public string FeeDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
IsOneTimeFee
Declaration
public bool IsOneTimeFee { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodFeeId
Declaration
public int StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermSequence
Declaration
public decimal TermSequence { get; set; }
Property Value
Type |
Description |
System.Decimal |
|