Class SaveBursaryApplicationDatesRequest
Represents the response for the SaveBursaryApplicationDatesRequest method.
Inheritance
System.Object
SaveBursaryApplicationDatesRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBursaryApplicationDatesRequest : ServiceRequest
Constructors
SaveBursaryApplicationDatesRequest()
Declaration
public SaveBursaryApplicationDatesRequest()
Properties
BursaryApplicationDateList
Gets or sets the BursaryApplicationDateList.
Declaration
public List<BursaryApplicationDates> BursaryApplicationDateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BursaryApplicationDates> |