Class GetPrintStatementsSelectionRequest
Inheritance
System.Object
GetPrintStatementsSelectionRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetPrintStatementsSelectionRequest : ServiceRequest
Constructors
GetPrintStatementsSelectionRequest()
Declaration
public GetPrintStatementsSelectionRequest()
Properties
AccountBalance
Declaration
public string AccountBalance { get; set; }
Property Value
Type |
Description |
System.String |
|
BalanceSource
Declaration
public string BalanceSource { get; set; }
Property Value
Type |
Description |
System.String |
|
BeginStartDate
Declaration
public string BeginStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusId
Declaration
public string CampusId { get; set; }
Property Value
Type |
Description |
System.String |
|
CloseDate
Declaration
public string CloseDate { get; set; }
Property Value
Type |
Description |
System.String |
|
EndStartDate
Declaration
public string EndStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
InterestBalance
Declaration
public string InterestBalance { get; set; }
Property Value
Type |
Description |
System.String |
|
IsExcludeAutoDraftStudents
Declaration
public bool IsExcludeAutoDraftStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentCoupon
Declaration
public string PaymentCoupon { get; set; }
Property Value
Type |
Description |
System.String |
|
PrincipalBalance
Declaration
public string PrincipalBalance { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintIdentifier
Declaration
public int PrintIdentifier { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionExists
Declaration
public string ProgramVersionExists { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SchoolStatusIdList
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ShiftExists
Declaration
public string ShiftExists { get; set; }
Property Value
Type |
Description |
System.String |
|
ShiftIdList
Declaration
public List<int> ShiftIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StatusExists
Declaration
public string StatusExists { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TruthInLending
Declaration
public string TruthInLending { get; set; }
Property Value
Type |
Description |
System.String |
|
WorkStationIdentifier
Declaration
public string WorkStationIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|