Class GetBillingReviewRequest
Represents the a request for the BillingReview method.
Inheritance
System.Object
GetBillingReviewRequest
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetBillingReviewRequest : ServiceRequest
Constructors
GetBillingReviewRequest()
Declaration
public GetBillingReviewRequest()
Properties
AcademicYear
Declaration
public int AcademicYear { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BillingMethodId
Declaration
[Obsolete("Use BillingMethodIdList")]
public int BillingMethodId { get; set; }
Property Value
Type |
Description |
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.Int32 |
|
CurrencyCodeId
Declaration
public int CurrencyCodeId { 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> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|