Class ImportTransferBursaryResponse
Represents the UploadBursaryResponse.
Inheritance
System.Object
ImportTransferBursaryResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ImportTransferBursaryResponse : ServiceResponse
Constructors
ImportTransferBursaryResponse()
Declaration
public ImportTransferBursaryResponse()
Properties
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransferBursaryList
Declaration
public List<TransferBursaryListExtended> TransferBursaryList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TransferBursaryListExtended> |