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