Class ProcessGrantHopeExportResponse
Inheritance
System.Object
ProcessGrantHopeExportResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProcessGrantHopeExportResponse : ServiceResponse
Constructors
ProcessGrantHopeExportResponse()
Declaration
public ProcessGrantHopeExportResponse()
Properties
BatchId
Declaration
public string BatchId { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
FileType
Declaration
public int FileType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<HopeExtractData> HopeExtractData { get; set; }
Property Value
RecordsAccepted
Declaration
public int RecordsAccepted { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RecordsRejected
Declaration
public int RecordsRejected { get; set; }
Property Value
Type |
Description |
System.Int32 |
|