Class GetRevenueRecognitionJobStatusRequest
Represents the a request for the GetRevenueRecognitionJobStatus method.
Inheritance
System.Object
GetRevenueRecognitionJobStatusRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetRevenueRecognitionJobStatusRequest : ServiceRequest
Constructors
GetRevenueRecognitionJobStatusRequest()
Declaration
public GetRevenueRecognitionJobStatusRequest()
Properties
CampusIdList
Campus id list to check if job is running for these campuses
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
Type
Type of job
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |