Class CommonlineProcessExportResponse
Inheritance
System.Object
CommonlineProcessExportResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineProcessExportResponse : ServiceResponse
Constructors
CommonlineProcessExportResponse()
Declaration
public CommonlineProcessExportResponse()
Properties
BatchContainsAcceptedLoans
Declaration
public bool BatchContainsAcceptedLoans { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CommonLineResultList
Declaration
public List<CommonLineResult> CommonLineResultList { get; set; }
Property Value
StudentAwardLoanList
Declaration
public List<StudentAwardLoanEntity> StudentAwardLoanList { get; set; }
Property Value