Class ServicerExportAddDropResponse
Inheritance
System.Object
ServicerExportAddDropResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ServicerExportAddDropResponse : ServiceResponse
Constructors
ServicerExportAddDropResponse()
Declaration
public ServicerExportAddDropResponse()
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 |
|