hasTierRequirement constant

IriTerm const hasTierRequirement

IRI for schema:hasTierRequirement [Expects: https://schema.org/CreditCard, https://schema.org/MonetaryAmount, https://schema.org/Text, https://schema.org/UnitPriceSpecification]

A requirement for a user to join a membership tier, for example: a CreditCard if the tier requires sign up for a credit card, A UnitPriceSpecification if the user is required to pay a (periodic) fee, or a MonetaryAmount if the user needs to spend a minimum amount to join the tier. If a tier is free to join then this property does not need to be specified.

Can be used on: https://schema.org/MemberProgramTier

Implementation

static const hasTierRequirement = IriTerm.prevalidated(
  'https://schema.org/hasTierRequirement',
);