Class ChangeStudentRefundTypeRequest
Represents the a request for the CalculateStudentRefund method.
Inheritance
System.Object
ChangeStudentRefundTypeRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ChangeStudentRefundTypeRequest : ServiceRequest
Constructors
ChangeStudentRefundTypeRequest()
Declaration
public ChangeStudentRefundTypeRequest()
Properties
Id
Student Refund Calculation Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastDateofAttendance
Last Date Of Attendance
Declaration
public DateTime LastDateofAttendance { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
StudentEnrollmentPeriodId
Enrollment Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Type - hypothetical or actual
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |