Inheritance
System.Object
ServicerExportWeeklyExtractResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
public class ServicerExportWeeklyExtractResponse : ServiceResponse
Constructors
Declaration
public ServicerExportWeeklyExtractResponse()
Properties
Declaration
public int BatchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsServiceExportFailed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int? MaxGloabServicerExtarctId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? MinGlobalServicerExtractId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int RecordsExported { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IList<int> ServicerExportGlobalWeeklyIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Int32> |
|
Declaration
public string Terms { get; set; }
Property Value
Type |
Description |
System.String |
|