Class RecalcaulateRequest
Represents the a request for the ReCalcaulate method.
Inheritance
System.Object
RecalcaulateRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
[Obsolete("Use RecalculatePendingChargeRequest")]
public class RecalcaulateRequest : ServiceRequest
Constructors
RecalcaulateRequest()
Declaration
public RecalcaulateRequest()
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> |
|
IsRecalculateTerm
Declaration
public bool IsRecalculateTerm { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PaymentPeriods
Declaration
public List<PaymentPeriod> PaymentPeriods { get; set; }
Property Value
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 |
|
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> |
|