Class GenerateDetailTransactionReportRequest
Represents the a request for the GenerateDetailTransactionReport method.
Inheritance
System.Object
GenerateDetailTransactionReportRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateDetailTransactionReportRequest : ServiceRequest
Constructors
GenerateDetailTransactionReportRequest()
Declaration
public GenerateDetailTransactionReportRequest()
Properties
BankAccountIdList
Declaration
public ICollection<int> BankAccountIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
BatchSize
Declaration
public int BatchSize { get; set; }
Property Value
Type |
Description |
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> |
|
CheckStatuses
Declaration
public ICollection<string> CheckStatuses { 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> |
|
Reference
Declaration
public string Reference { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceValue
Declaration
public string ReferenceValue { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportType
Declaration
public string ReportType { 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> |
|
TransTypes
Declaration
public ICollection<string> TransTypes { 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> |
|