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