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