Class ReassignStipendResponse
Represents the response for the ReassignStipend method.
Inheritance
System.Object
ReassignStipendResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReassignStipendResponse : ServiceResponse
Constructors
ReassignStipendResponse()
Declaration
public ReassignStipendResponse()
Properties
StipendSchedule
StipendScheduleEntity
Declaration
public StipendScheduleEntity StipendSchedule { get; set; }
Property Value
Type | Description |
---|---|
StipendScheduleEntity |
StipendSummary
StipendSummaryEntity
Declaration
public StipendSummaryEntity StipendSummary { get; set; }
Property Value
Type | Description |
---|---|
StipendSummaryEntity |