Class SaveStudentStatementAndInvoiceHistoryRequest
Represents the a request for the SaveStudentStatementAndInvoiceHistoryRequest method.
Inheritance
System.Object
SaveStudentStatementAndInvoiceHistoryRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveStudentStatementAndInvoiceHistoryRequest : ServiceRequest
Constructors
SaveStudentStatementAndInvoiceHistoryRequest()
Declaration
public SaveStudentStatementAndInvoiceHistoryRequest()
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 |
|
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> |
|
DocumentType
Declaration
public string DocumentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ExcludeAutoDraftStudent
Declaration
public int ExcludeAutoDraftStudent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InterestBalance
Declaration
public string InterestBalance { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
PrintId
Declaration
public int PrintId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProcessTaskType
Declaration
public string ProcessTaskType { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionIds
Declaration
public List<int> ProgramVersionIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ShiftIds
Declaration
public List<int> ShiftIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StartFromDate
Declaration
public DateTime? StartFromDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StartToDate
Declaration
public DateTime? StartToDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StatementComments
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> |
|
StatusIds
Declaration
public List<int> StatusIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentAwardDetailList
Declaration
public List<StudentAwardDetail> StudentAwardDetailList { get; set; }
Property Value
StudentCount
Declaration
public int StudentCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
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 |
|
workstationId
Declaration
public string workstationId { get; set; }
Property Value
Type |
Description |
System.String |
|