Class ApprovePackagedAidRequest
Inheritance
System.Object
ApprovePackagedAidRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ApprovePackagedAidRequest : ServiceRequest
Constructors
ApprovePackagedAidRequest()
Declaration
public ApprovePackagedAidRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchId
Declaration
public int BatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAidId
Declaration
public int StudentAidId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentAwardPellId
Declaration
public int StudentAwardPellId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|