Class GetStudentSubsidiaryDetailResponse
Represents the response for the GetStudentSubsidiaryDetails method.
Inheritance
System.Object
GetStudentSubsidiaryDetailResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentSubsidiaryDetailResponse : ServiceResponse
Constructors
GetStudentSubsidiaryDetailResponse()
Declaration
public GetStudentSubsidiaryDetailResponse()
Properties
StudentSubsidiaryDetailList
Declaration
public List<StudentSubsidiaryDetail> StudentSubsidiaryDetailList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentSubsidiaryDetail> |