Class GetStudentAccountTransactionSearchListRequest
Represents the a request for the GetStudentAccountTransactionSearchList method.
Inheritance
System.Object
GetStudentAccountTransactionSearchListRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentAccountTransactionSearchListRequest : ServiceRequest
Constructors
GetStudentAccountTransactionSearchListRequest()
Declaration
public GetStudentAccountTransactionSearchListRequest()
Properties
AcademicYear
Declaration
public int? AcademicYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BankAccountIdList
Declaration
public List<int?> BankAccountIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
BillingTransactionCodeId
Declaration
public int? BillingTransactionCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CashDrawerSession
Declaration
public string CashDrawerSession { get; set; }
Property Value
Type |
Description |
System.String |
|
ChargesIncluded
Declaration
public short ChargesIncluded { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
CheckClearedDateFrom
Declaration
public DateTime? CheckClearedDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CheckClearedDateTo
Declaration
public DateTime? CheckClearedDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CheckNumber
Declaration
public string CheckNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
CheckStatusIdList
Declaration
public List<int?> CheckStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Drn
Declaration
public string Drn { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentDateFrom
Declaration
public DateTime? EnrollmentDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EnrollmentDateTo
Declaration
public DateTime? EnrollmentDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExpectedStartDateFrom
Declaration
public DateTime? ExpectedStartDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExpectedStartDateTo
Declaration
public DateTime? ExpectedStartDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FundSourceId
Declaration
public int? FundSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsCashDrawerVisible
Declaration
public bool IsCashDrawerVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsNonDepositedItemsIncluded
Declaration
public bool IsNonDepositedItemsIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriod
Declaration
public int? PaymentPeriod { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PaymentPeriodStartDateFrom
Declaration
public DateTime? PaymentPeriodStartDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PaymentPeriodStartDateTo
Declaration
public DateTime? PaymentPeriodStartDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ProgramIdList
Declaration
public List<int?> ProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusIdList
Declaration
public List<int?> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Nullable<System.Int32>> |
|
SearchType
1 - Subsidiary, 2 - Ledger Card Charged, 3 - Ledger Card Not Charged
Declaration
public int SearchType { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionAmountFrom
Declaration
public decimal? TransactionAmountFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TransactionAmountTo
Declaration
public decimal? TransactionAmountTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
TransactionDateFrom
Declaration
public DateTime? TransactionDateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionDateTo
Declaration
public DateTime? TransactionDateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TransactionsTypeList
Declaration
public List<string> TransactionsTypeList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|