Class CommonlineProcessImportResponse
Inheritance
System.Object
CommonlineProcessImportResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineProcessImportResponse : ServiceResponse
Constructors
CommonlineProcessImportResponse()
Declaration
public CommonlineProcessImportResponse()
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 |
|
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 |
|
RejectedRecordsList
Declaration
public List<DisbursementRejectedList> RejectedRecordsList { get; set; }
Property Value
ResponseNotSupportedList
Declaration
public ICollection<NotSupportedList> ResponseNotSupportedList { get; set; }
Property Value
ResponseProcessedList
Declaration
public ICollection<ProcessedList> ResponseProcessedList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<ProcessedList> |
|
ResponseRejectedList
Declaration
public ICollection<ProcessedList> ResponseRejectedList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<ProcessedList> |
|