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 ​
| Parameter | Type |
|---|---|
entityId | string |
year? | number |
Returns ​
Promise<IncomeLimit>