priceSpecification constant

IriTerm const priceSpecification

IRI for schema:priceSpecification [Expects: https://schema.org/PriceSpecification]

One or more detailed price specifications, indicating the unit price and delivery or payment charges.

Can be used on: https://schema.org/Demand, https://schema.org/DonateAction, https://schema.org/Offer, https://schema.org/TradeAction

Implementation

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