Skip to content

Function: getIncomeLimits() ​

ts
function getIncomeLimits(entityId: string, year?: number): Promise<IncomeLimit>;

Defined in: hud/sdk.ts:135

Get Income Limits for a specific entity (county, metro area, or CBSA code).

Parameters ​

ParameterType
entityIdstring
year?number

Returns ​

Promise<IncomeLimit>

Released under the MIT License.