Class GetDetailTransactionReportResultRequest
Represents the a request for the GenerateDetailTransactionReport method.
Inheritance
System.Object
GetDetailTransactionReportResultRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetDetailTransactionReportResultRequest : ServiceRequest
Constructors
GetDetailTransactionReportResultRequest()
Declaration
public GetDetailTransactionReportResultRequest()
Properties
BankAccountIdList
Declaration
public ICollection<int> BankAccountIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
BillCodeIdList
Declaration
public ICollection<int> BillCodeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CampusGroupIdList
Declaration
public ICollection<int> CampusGroupIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
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> |
|
CheckStatusList
Declaration
public ICollection<string> CheckStatusList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
IsApplyPaymentIncluded
Declaration
public bool IsApplyPaymentIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramIdList
Declaration
public ICollection<int> ProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ReferenceRange
Declaration
public string ReferenceRange { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusIdList
Declaration
public ICollection<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentIdToPrint
Declaration
public string StudentIdToPrint { get; set; }
Property Value
Type |
Description |
System.String |
|
TermIdList
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
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> |
|
TransactionTypeList
Declaration
public ICollection<string> TransactionTypeList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
TutionDiscountPolicyIdList
Declaration
public ICollection<int> TutionDiscountPolicyIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|