expectsAcceptanceOf constant

IriTerm const expectsAcceptanceOf

expectsAcceptanceOf [Expects: https://schema.org/Offer]

An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.

Can be used on: https://schema.org/ActionAccessSpecification, https://schema.org/ConsumeAction, https://schema.org/MediaSubscription

Implementation

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