Class GetDuplicatePellRequest
Inheritance
System.Object
GetDuplicatePellRequest
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetDuplicatePellRequest : ServiceRequest
Constructors
GetDuplicatePellRequest()
Declaration
public GetDuplicatePellRequest()
Properties
AwardYears
Declaration
public List<string> AwardYears { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
CampusIds
Declaration
public List<int> CampusIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |