Class GetActivityStatementStudentsRequest
Inheritance
System.Object
GetActivityStatementStudentsRequest
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetActivityStatementStudentsRequest : ServiceRequest
Constructors
GetActivityStatementStudentsRequest()
Declaration
public GetActivityStatementStudentsRequest()
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 |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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.Nullable<System.Decimal> |
|
SchoolStatusCodesIdList
Declaration
public List<int> SchoolStatusCodesIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|