Class GetRevenueEarningMethodRequest
Represents the a request for the GetRevenueEarningMethod method.
Inheritance
System.Object
GetRevenueEarningMethodRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GetRevenueEarningMethodRequest : ServiceRequest
Constructors
GetRevenueEarningMethodRequest()
Declaration
public GetRevenueEarningMethodRequest()
Properties
CampusIdList
List of Campus Ids
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |