Class GetStudentCountForBalanceStatementsRequest
Inheritance
System.Object
GetStudentCountForBalanceStatementsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetStudentCountForBalanceStatementsRequest : ServiceRequest
Constructors
GetStudentCountForBalanceStatementsRequest()
Declaration
public GetStudentCountForBalanceStatementsRequest()
Properties
AccountBalanceAsOfDate
Declaration
public string AccountBalanceAsOfDate { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HighExpectedStartDate
Declaration
public string HighExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighGraduationDate
Declaration
public string HighGraduationDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighStartDate
Declaration
public string HighStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IsMultipleStudents
Declaration
public bool IsMultipleStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowExpectedStartDate
Declaration
public string LowExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowGraduationDate
Declaration
public string LowGraduationDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowStartDate
Declaration
public string LowStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
MinimumAccountBalance
Declaration
public decimal MinimumAccountBalance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
SchoolStatusCodesIdList
Declaration
public ICollection<int> SchoolStatusCodesIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|