Class AdjustPackagedAmountRequest
Inheritance
System.Object
AdjustPackagedAmountRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AdjustPackagedAmountRequest : ServiceRequest
Constructors
AdjustPackagedAmountRequest()
Declaration
public AdjustPackagedAmountRequest()
Properties
Amount
Declaration
public decimal Amount { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FundGlId
Declaration
public int? FundGlId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsPreventPackaging
Declaration
public bool IsPreventPackaging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsUpdateAmount
Declaration
public bool IsUpdateAmount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|