Class GetPotentialAmountsResponse
Inheritance
System.Object
GetPotentialAmountsResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GetPotentialAmountsResponse : ServiceResponse
Constructors
GetPotentialAmountsResponse()
Declaration
public GetPotentialAmountsResponse()
Properties
PotentialAmounts
Declaration
public List<PotentialAmount> PotentialAmounts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<PotentialAmount> |