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