Class AllocateStipendScheduleToStudentResponse
Represents request for AllocateStipendScheduleToStudentResponse method.
Inheritance
System.Object
AllocateStipendScheduleToStudentResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class AllocateStipendScheduleToStudentResponse : ServiceResponse
Constructors
AllocateStipendScheduleToStudentResponse()
Declaration
public AllocateStipendScheduleToStudentResponse()
Properties
NumberOfEnrollments
Declaration
public int? NumberOfEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ValidFromDate
Declaration
public DateTime? ValidFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ValidToDate
Declaration
public DateTime? ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |