Class RecalculatePendingChargeRequest
Represents the a request for the RecalculatePendingCharge method.
Inheritance
System.Object
RecalculatePendingChargeRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RecalculatePendingChargeRequest : ServiceRequest
Constructors
RecalculatePendingChargeRequest()
Declaration
public RecalculatePendingChargeRequest()
Properties
Amount
Declaration
public int? Amount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
BillingMethodIdList
Declaration
public ICollection<int> BillingMethodIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CampusId
Declaration
public int? CampusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsRecalculatedForAllStudents
Declaration
public bool IsRecalculatedForAllStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRecalculateTerm
Declaration
public bool IsRecalculateTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriodList
Declaration
public ICollection<PaymentPeriod> PaymentPeriodList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<PaymentPeriod> |
|
ProgramVersionIdList
Declaration
public ICollection<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
ReferenceText
Declaration
public string ReferenceText { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionDate
Declaration
public DateTime? TransactionDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|