Class UploadBursaryRequest
Represents the UploadBursaryRequest.
Inheritance
System.Object
UploadBursaryRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UploadBursaryRequest : ServiceRequest
Constructors
UploadBursaryRequest()
Declaration
public UploadBursaryRequest()
Properties
BursaryList
Declaration
public List<BursaryListExtended> BursaryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BursaryListExtended> |