Class ReassignStipendRequest
Represents the a request for the ReassignStipend method.
Inheritance
System.Object
ReassignStipendRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ReassignStipendRequest : ServiceRequest
Constructors
ReassignStipendRequest()
Declaration
public ReassignStipendRequest()
Properties
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StipendScheduleId
StipendScheduleId
Declaration
public int StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAwardId
FundSourceId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |