Class ServicerGlobalExportRequest
Inheritance
System.Object
ServicerGlobalExportRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerGlobalExportRequest : ServiceRequest
Constructors
ServicerGlobalExportRequest()
Declaration
public ServicerGlobalExportRequest()
Properties
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExportBatchId
Declaration
public int ExportBatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public DateTime? ExtractDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FileType
Declaration
public string FileType { get; set; }
Property Value
Type |
Description |
System.String |
|
GlobalSchoolId
Declaration
public string GlobalSchoolId { get; set; }
Property Value
Type |
Description |
System.String |
|
IncludeFuturesUpTo
Declaration
public DateTime? IncludeFuturesUpTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IncludeNotificationOfPaymentRecalculation
Declaration
public bool IncludeNotificationOfPaymentRecalculation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TermId
Declaration
public List<int> TermId { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|