Class SaveBursaryDocumentListResponse
Represents the a request for the SaveBursaryDocumentListResponse method.
Inheritance
System.Object
SaveBursaryDocumentListResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBursaryDocumentListResponse : ServiceResponse
Constructors
SaveBursaryDocumentListResponse()
Declaration
public SaveBursaryDocumentListResponse()
Properties
BursaryDocumentList
Gets or sets the BursaryDocumentTypeAssociationEntity.
Declaration
public List<BursaryDocumentListExtended> BursaryDocumentList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BursaryDocumentListExtended> |