Class ResolveDuplicatePellRequest
Inheritance
System.Object
ResolveDuplicatePellRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ResolveDuplicatePellRequest : ServiceRequest
Constructors
ResolveDuplicatePellRequest()
Declaration
public ResolveDuplicatePellRequest()
Properties
AttRfmsPellId
Declaration
public string AttRfmsPellId { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAutoResolve
Declaration
public bool IsAutoResolve { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResolveAll
Declaration
public bool IsResolveAll { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PellData
Declaration
public GetDuplicatePellFinalData PellData { get; set; }
Property Value
ResolveDuplicatePellResults
Declaration
public List<ResolveDuplicatePellResult> ResolveDuplicatePellResults { get; set; }
Property Value
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|