Class CreateNewAwardDefaultValuesResponse
Inheritance
System.Object
CreateNewAwardDefaultValuesResponse
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CreateNewAwardDefaultValuesResponse : ServiceResponse
Constructors
CreateNewAwardDefaultValuesResponse()
Declaration
public CreateNewAwardDefaultValuesResponse()
Properties
AutoCreateDisbursementAwardGrossAmount
Declaration
public decimal AutoCreateDisbursementAwardGrossAmount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public string AutoCreateDisbursementResponseInformationMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsAutoCreateDisbursementResponseHasInformationMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDisbursementDatesOutsideAwardYear
Declaration
public bool IsDisbursementDatesOutsideAwardYear { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultipleDisbursementRuleFailed
Declaration
public bool IsMultipleDisbursementRuleFailed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentAwardDetail
Declaration
public StudentAwardEntity StudentAwardDetail { get; set; }
Property Value