Class PrintStatementActivityDetailsRequest
Inheritance
System.Object
PrintStatementActivityDetailsRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PrintStatementActivityDetailsRequest : ServiceRequest
Constructors
PrintStatementActivityDetailsRequest()
Declaration
public PrintStatementActivityDetailsRequest()
Properties
AccountBalanceAsOfDate
Declaration
public string AccountBalanceAsOfDate { get; set; }
Property Value
Type |
Description |
System.String |
|
BalanceAsOfDate
Declaration
public string BalanceAsOfDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpectedPaymentFunds
Declaration
public List<int> ExpectedPaymentFunds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Group
Declaration
public string Group { get; set; }
Property Value
Type |
Description |
System.String |
|
HighActivityDate
Declaration
public string HighActivityDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighExpectedDate
Declaration
public string HighExpectedDate { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
HighPaymentDate
Declaration
public string HighPaymentDate { get; set; }
Property Value
Type |
Description |
System.String |
|
HighStartDate
Declaration
public string HighStartDate { get; set; }
Property Value
Type |
Description |
System.String |
|
IncludeExpectedEstimated
Declaration
public bool IncludeExpectedEstimated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeExpectedPayments
Declaration
public bool IncludeExpectedPayments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeExpectedPending
Declaration
public bool IncludeExpectedPending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeLedgerTransactions
Declaration
public bool IncludeLedgerTransactions { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludePastDueEstimated
Declaration
public bool IncludePastDueEstimated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludePastDuePayments
Declaration
public bool IncludePastDuePayments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludePastDuePending
Declaration
public bool IncludePastDuePending { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeStudentPayments
Declaration
public bool IncludeStudentPayments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultipleStudents
Declaration
public bool IsMultipleStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSingleStudents
Declaration
public bool IsSingleStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentGroups
Declaration
public bool IsStudentGroups { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowActivityDate
Declaration
public string LowActivityDate { get; set; }
Property Value
Type |
Description |
System.String |
|
LowExpectedDate
Declaration
public string LowExpectedDate { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
LowPaymentDate
Declaration
public string LowPaymentDate { 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> |
|
PastDueDate
Declaration
public string PastDueDate { get; set; }
Property Value
Type |
Description |
System.String |
|
PastDuePaymentFunds
Declaration
public List<int> PastDuePaymentFunds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
PrintLabels
Declaration
public bool PrintLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RecentPaymentFunds
Declaration
public List<int> RecentPaymentFunds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SchoolStatusCodesIdList
Declaration
public List<int> SchoolStatusCodesIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupId
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int? StudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|