Class SaveStudentSubsidiaryStatementHistoryRequest
Represents the a request for the SaveStudentSubsidiaryStatementHistoryRequest method.
Inheritance
System.Object
SaveStudentSubsidiaryStatementHistoryRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveStudentSubsidiaryStatementHistoryRequest : ServiceRequest
Constructors
SaveStudentSubsidiaryStatementHistoryRequest()
Declaration
public SaveStudentSubsidiaryStatementHistoryRequest()
Properties
CampusGroupId
Declaration
public int CampusGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsIncludeAllAmount
Declaration
public bool IsIncludeAllAmount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeEnrollInform
Declaration
public bool IsIncludeEnrollInform { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeMaintainBalance
Declaration
public bool IsIncludeMaintainBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeNegativeBalance
Declaration
public bool IsIncludeNegativeBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludePaymentCoupon
Declaration
public bool IsIncludePaymentCoupon { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludePositiveBalance
Declaration
public bool IsIncludePositiveBalance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsIncludeZero
Declaration
public bool IsIncludeZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PrintIdentifier
Declaration
public int PrintIdentifier { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrintNote
Declaration
public string PrintNote { get; set; }
Property Value
Type |
Description |
System.String |
|
ProcessTaskType
Declaration
public string ProcessTaskType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StatementComments { get; set; }
Property Value
Type |
Description |
System.String |
|
StatementLastCloseDate
Declaration
public DateTime? StatementLastCloseDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentCount
Declaration
public int StudentCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentSubsidiaryAccountDetailList
Declaration
public List<StudentSubsidiaryAccountDetail> StudentSubsidiaryAccountDetailList { get; set; }
Property Value
StudentSubsidiaryAccountIdList
Declaration
public List<int> StudentSubsidiaryAccountIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SubsidiaryAccountTypeId
Declaration
public int SubsidiaryAccountTypeId { get; set; }
Property Value
Type |
Description |
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 |
|