Class CreateNewAwardDefaultValuesRequest
Inheritance
System.Object
CreateNewAwardDefaultValuesRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CreateNewAwardDefaultValuesRequest : ServiceRequest
Constructors
CreateNewAwardDefaultValuesRequest()
Declaration
public CreateNewAwardDefaultValuesRequest()
Properties
AwardStatus
Declaration
public string AwardStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CostOfAttendance
Declaration
public decimal CostOfAttendance { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Efc
Declaration
public decimal Efc { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
FundSourceGroupId
Declaration
public int FundSourceGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundSourceId
Declaration
public int FundSourceId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
GrossAmount
Declaration
public decimal GrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsAdditionalEligibility
Declaration
public bool IsAdditionalEligibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsirTransactionId
Declaration
public string IsirTransactionId { get; set; }
Property Value
Type |
Description |
System.String |
|
NeedBasedAmountPackaged
Declaration
public decimal NeedBasedAmountPackaged { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
NonNeedBasedAmountPackaged
Declaration
public decimal NonNeedBasedAmountPackaged { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
StudentAcademicYearId
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|