Class DeleteMultipleStipendRequest
Represents the a request for the DeleteMultipleStipendRequest method.
Inheritance
System.Object
DeleteMultipleStipendRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DeleteMultipleStipendRequest : ServiceRequest
Constructors
DeleteMultipleStipendRequest()
Declaration
public DeleteMultipleStipendRequest()
Properties
StipendIdList
Declaration
public List<int> StipendIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |