Class CommonlineProcessExportRequest
Inheritance
System.Object
CommonlineProcessExportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineProcessExportRequest : ServiceRequest
Constructors
CommonlineProcessExportRequest()
Declaration
public CommonlineProcessExportRequest()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Campuses
Declaration
public List<int?> Campuses { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
CanRegenerateBatchForAcceptedLoans
Declaration
public bool CanRegenerateBatchForAcceptedLoans { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ExportBatchId
Declaration
public int ExportBatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FfelIdentifierBranch
Declaration
public string FfelIdentifierBranch { get; set; }
Property Value
Type |
Description |
System.String |
|
FileOption
Declaration
public int FileOption { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FileType
Declaration
public int FileType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ForValidationOnly
Declaration
public bool ForValidationOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSendEmail
Declaration
public bool IsSendEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecipientId
Declaration
public int RecipientId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ScheduledDisbursmentIds
Declaration
public List<int> ScheduledDisbursmentIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SourceName
Declaration
public string SourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceSchoolId
Declaration
public string SourceSchoolId { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffDefaultCampusId
Declaration
public int StaffDefaultCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|