incomeLimit constant

IriTerm const incomeLimit

incomeLimit [Expects: http://schema.org/MonetaryAmount, http://schema.org/Text]

Optional. Income limit for which the incentive is applicable for.

If MonetaryAmount is specified, this should be based on annualized income (e.g. if an incentive is limited to those making <$114,000 annually):

{ "@type": "MonetaryAmount", "maxValue": 114000, "currency": "USD", }

Use Text for incentives that are limited based on other criteria, for example if an incentive is only available to recipients making 120% of the median poverty income in their area.

Can be used on: http://schema.org/FinancialIncentive

Implementation

static const incomeLimit = IriTerm.prevalidated(
  'http://schema.org/incomeLimit',
);