Class StudentAwardEstimateEntity.FaFees
Inheritance
System.Object
StudentAwardEstimateEntity.FaFees
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaFees
Constructors
FaFees()
Declaration
public FaFees()
Properties
Fee
Declaration
public decimal? Fee { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
Rebate
Declaration
public decimal? Rebate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |