Class GetDisbursementsPaymentAssociationRequest
Inheritance
System.Object
GetDisbursementsPaymentAssociationRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetDisbursementsPaymentAssociationRequest : ServiceRequest
Constructors
GetDisbursementsPaymentAssociationRequest()
Declaration
public GetDisbursementsPaymentAssociationRequest()
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 |
|
FiltersApplied
Declaration
public bool FiltersApplied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FirstTimeBorrower
Declaration
public bool FirstTimeBorrower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FundSourceIds
Declaration
public List<int> FundSourceIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIds
Declaration
public List<int> TermIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|