Class PendingChargeRecalculateFilter
Represents the request for the Pending Charge Recalculate Filter method.
Inheritance
System.Object
PendingChargeRecalculateFilter
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PendingChargeRecalculateFilter : ServiceRequest
Constructors
PendingChargeRecalculateFilter()
Declaration
public PendingChargeRecalculateFilter()
Properties
AcademicYear
Declaration
public int AcademicYear { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BillingMethodIdList
Declaration
public List<int> BillingMethodIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PayPerSequence
Declaration
public int PayPerSequence { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
TermIdList
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|