Class CreateApproveDisbursementsBatchRequest
Inheritance
System.Object
CreateApproveDisbursementsBatchRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CreateApproveDisbursementsBatchRequest : ServiceRequest
Constructors
CreateApproveDisbursementsBatchRequest()
Declaration
public CreateApproveDisbursementsBatchRequest()
Properties
AwardYearList
Declaration
public List<string> AwardYearList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CategoryList
Declaration
public List<string> CategoryList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
DisbursementFrom
Declaration
public DateTime? DisbursementFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
DisbursementTo
Declaration
public DateTime? DisbursementTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceList
Declaration
public List<int> FundSourceList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
FundSourceType
Declaration
public string FundSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsBatchIntegrityEnforced
Declaration
public bool IsBatchIntegrityEnforced { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsInformedBorrowerIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPromissoryNotesAcceptedLoanIncluded
Declaration
public int IsPromissoryNotesAcceptedLoanIncluded { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsReleasedCommonLineDisbursementExcluded
Declaration
public int IsReleasedCommonLineDisbursementExcluded { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastNameCriteria
Declaration
public string LastNameCriteria { get; set; }
Property Value
Type |
Description |
System.String |
|
LenderId
Declaration
public int LenderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OriginationStatus
Declaration
public int OriginationStatus { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentExcludedHoldGroupList
Declaration
public List<string> StudentExcludedHoldGroupList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|