Class TransactionSearchCustom
Inheritance
System.Object
TransactionSearchCustom
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 TransactionSearchCustom
Constructors
TransactionSearchCustom()
Declaration
public TransactionSearchCustom()
Properties
AcademicYear
Declaration
public string AcademicYear { get; set; }
Property Value
Type |
Description |
System.String |
|
AccountNumber
Declaration
public string AccountNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
BankAccountName
Declaration
public string BankAccountName { get; set; }
Property Value
Type |
Description |
System.String |
|
BankDepositId
Declaration
public int? BankDepositId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BillingTransactionCodeId
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BillingTransationCode
Declaration
public string BillingTransationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingTransationName
Declaration
public string BillingTransationName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
CashDrawerSession
Declaration
public string CashDrawerSession { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckDate
Declaration
public DateTime? CheckDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckStatus
Declaration
public string CheckStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Drn
Declaration
public string Drn { get; set; }
Property Value
Type |
Description |
System.String |
|
FundSource
Declaration
public string FundSource { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDeposited
Declaration
public bool IsDeposited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPostedToGeneralLedger
Declaration
public bool IsPostedToGeneralLedger { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsVoided
Declaration
public bool IsVoided { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
SourceName
Declaration
public string SourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentAccountTransactionId
Declaration
public int? StudentAccountTransactionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentSubsidiaryTransactionId
Declaration
public int? StudentSubsidiaryTransactionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SubsidiaryAccountTypeId
Declaration
public int? SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionAmount
Declaration
public decimal? TransactionAmount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionDescription
Declaration
public string TransactionDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionNumber
Declaration
public short? TransactionNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int16> |
|
TransactionType
Declaration
public string TransactionType { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionTypeName
Declaration
public string TransactionTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|