Class MoveStudentAwardServicerIdRequest
Inheritance
System.Object
MoveStudentAwardServicerIdRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class MoveStudentAwardServicerIdRequest : ServiceRequest
Constructors
MoveStudentAwardServicerIdRequest()
Declaration
public MoveStudentAwardServicerIdRequest()
Properties
NewStudentAwardId
Declaration
public int NewStudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OldStudentAwardId
Declaration
public int OldStudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServicerRecordId
Declaration
public string ServicerRecordId { get; set; }
Property Value
Type |
Description |
System.String |
|