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