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