Class ReconcileTransaction
Inheritance
System.Object
ReconcileTransaction
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 ReconcileTransaction
Constructors
ReconcileTransaction()
Declaration
public ReconcileTransaction()
Properties
TransactionId
Based on Type -
- Student Account Transaction Id
- Student Subsidiary AccountTransaction Id
Declaration
public int TransactionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TransactionType
Journal Entry Type
Declaration
public int TransactionType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |