Class GetLoanPeriodDetailsResponse
The GetGrossAmountResponse represents the response Object for the GetGrossAmountResponse method of StudentAwardPellEstimateService.
Inheritance
System.Object
GetLoanPeriodDetailsResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetLoanPeriodDetailsResponse : ServiceResponse
Constructors
GetLoanPeriodDetailsResponse()
Declaration
public GetLoanPeriodDetailsResponse()
Properties
StudentLoanPeriods
Declaration
public List<DirectLoanPeriod> StudentLoanPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<DirectLoanPeriod> |
ValidationCode
Declaration
public string ValidationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |