Class GetCommonlineSetupResponse
Inheritance
System.Object
GetCommonlineSetupResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetCommonlineSetupResponse : ServiceResponse
Constructors
GetCommonlineSetupResponse()
Declaration
public GetCommonlineSetupResponse()
Properties
CampusNexusStudentSettingList
Declaration
public ICollection<CampusNexusStudentSettingEntity> CampusNexusStudentSettingList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Cmc.Nexus.Common.Entities.CampusNexusStudentSettingEntity> |
|
CommonlineAlternateFundSourceList
Declaration
public ICollection<CommonlineAlternateFundSourceEntity> CommonlineAlternateFundSourceList { get; set; }
Property Value
CommonlineRecipientList
Declaration
public ICollection<CommonlineRecipientEntity> CommonlineRecipientList { get; set; }
Property Value