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