Class GenerateLedgerCardReportRequest
Represents the a request for the GenerateLedgerCardReport method.
Inheritance
System.Object
GenerateLedgerCardReportRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GenerateLedgerCardReportRequest : ServiceRequest
Constructors
GenerateLedgerCardReportRequest()
Declaration
public GenerateLedgerCardReportRequest()
Properties
ArBalance
Declaration
public int ArBalance { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ArBalanceValue
Declaration
public string ArBalanceValue { get; set; }
Property Value
Type |
Description |
System.String |
|
BillingMethodIdList
Declaration
public ICollection<int> BillingMethodIdList { 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> |
|
GraduationDateFrom
Declaration
public DateTime GraduationDateFrom { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GraduationDateTo
Declaration
public DateTime GraduationDateTo { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsCourseDetailIncluded
Declaration
public bool IsCourseDetailIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPendingChargeIncluded
Declaration
public bool IsPendingChargeIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrintGraduationDateIncluded
Declaration
public bool IsPrintGraduationDateIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRecordCountOnly
Declaration
public bool IsRecordCountOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ReportType
Declaration
public string ReportType { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDateFrom
Declaration
public DateTime StartDateFrom { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StartDateTo
Declaration
public DateTime StartDateTo { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StatusCategoryIdList
Declaration
public ICollection<int> StatusCategoryIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentGroupIdList
Declaration
public ICollection<int> StudentGroupIdList { 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 |
|
StudentStatusIdList
Declaration
public ICollection<int> StudentStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
TermIdList
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|