hasTierRequirement constant

IriTerm const hasTierRequirement

IRI for schemahttp:hasTierRequirement [Expects: http://schema.org/CreditCard, http://schema.org/MonetaryAmount, http://schema.org/Text, http://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: http://schema.org/MemberProgramTier

Implementation

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