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