Class JournalAccount
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class JournalAccount
Constructors
JournalAccount()
Declaration
public JournalAccount()
Properties
Id
Based on Journal Entry Type - -- Student Account Transaction Id -- Student Subsidiary AccountTransaction Id -- Miscellaneous Cash Id -- Student Revenue Detail Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
JournalEntryType
Journal Entry Type
Declaration
public JournalEntryType JournalEntryType { get; set; }
Property Value
Type | Description |
---|---|
JournalEntryType |