Class Queue9010ReportRequest
Represents the a request for the Queue9010Report method.
Inheritance
System.Object
Queue9010ReportRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class Queue9010ReportRequest : ServiceRequest
Constructors
Queue9010ReportRequest()
Declaration
public Queue9010ReportRequest()
Properties
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusGroup
Declaration
public string CampusGroup { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public string CampusIdList { get; set; }
Property Value
Type |
Description |
System.String |
|
FromDate
Declaration
public DateTime FromDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsStudentDetailIncluded
Declaration
public bool IsStudentDetailIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUnscheduledCashPaymentsIncluded
Declaration
public bool IsUnscheduledCashPaymentsIncluded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentId
Declaration
public string StudentId { get; set; }
Property Value
Type |
Description |
System.String |
|
ToDate
Declaration
public DateTime ToDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|