Class ServicerExportPrePullResponse
Inheritance
System.Object
ServicerExportPrePullResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerExportPrePullResponse : ServiceResponse
Constructors
ServicerExportPrePullResponse()
Declaration
public ServicerExportPrePullResponse()
Properties
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FilePath
Declaration
public string FilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
MaxGloabServicerExtarctId
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> |
|
RecordsExported
Declaration
public int RecordsExported { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Terms
Declaration
public string Terms { get; set; }
Property Value
Type |
Description |
System.String |
|