Class GetJournalAccountDetailRequest
Represents the a request for the GetJournalAccountDetail method.
Inheritance
System.Object
GetJournalAccountDetailRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetJournalAccountDetailRequest : ServiceRequest
Constructors
GetJournalAccountDetailRequest()
Declaration
public GetJournalAccountDetailRequest()
Properties
JournalAccountList
List of Journal Account List
Declaration
public List<JournalAccount> JournalAccountList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JournalAccount> |