Class JournalAccountDetail
Inheritance
System.Object
JournalAccountDetail
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class JournalAccountDetail
Constructors
JournalAccountDetail()
Declaration
public JournalAccountDetail()
Properties
AccountSegmentedEntryValueList
Declaration
public List<string> AccountSegmentedEntryValueList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
BankAccountCode
Declaration
public string BankAccountCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransactionCode
Declaration
public string BillingTransactionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditCardType
Declaration
public string CreditCardType { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
EndDate
Declaration
public DateTime EndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollmentNumber
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSourceCode
Declaration
public string FundSourceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
IsCheckPending
Declaration
public bool IsCheckPending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDepositPending
Declaration
public bool IsDepositPending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
JournalEntryType
Declaration
public JournalEntryType JournalEntryType { get; set; }
Property Value
PayeeId
Declaration
public int PayeeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PayeeType
Declaration
public string PayeeType { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentPeriodId
Declaration
public int PaymentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentType
Declaration
public PaymentType PaymentType { get; set; }
Property Value
ReceiptNumber
Declaration
public string ReceiptNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudentAwardId
Declaration
public int StudentAwardId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SubsidiaryTransactionDescription
Declaration
public string SubsidiaryTransactionDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionCreditAmount
Declaration
public decimal TransactionCreditAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDate
Declaration
public DateTime TransactionDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
TransactionDebitAmount
Declaration
public decimal TransactionDebitAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
TransactionDescription
Declaration
public string TransactionDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionReference
Declaration
public string TransactionReference { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|