Class ProcessGrantHopeImportResponse
Inheritance
System.Object
ProcessGrantHopeImportResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProcessGrantHopeImportResponse : ServiceResponse
Constructors
ProcessGrantHopeImportResponse()
Declaration
public ProcessGrantHopeImportResponse()
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 |
|
HopeData
Declaration
public List<HopeData> HopeData { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<HopeData> |
|
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 |
|