PriceSpecification constant

IriTerm const PriceSpecification

IRI for schema:PriceSpecification

A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use {MonetaryAmount} to describe independent amounts of money such as a salary, credit card limits, etc.

Implementation

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