priceType constant

IriTerm const priceType

IRI for schema:priceType [Expects: https://schema.org/PriceTypeEnumeration, https://schema.org/Text]

Defines the type of a price specified for an offered product, for example a list price, a (temporary) sale price or a manufacturer suggested retail price. If multiple prices are specified for an offer the {priceType} property can be used to identify the type of each such specified price. The value of priceType can be specified as a value from enumeration PriceTypeEnumeration or as a free form text string for price types that are not already predefined in PriceTypeEnumeration.

Can be used on: https://schema.org/CompoundPriceSpecification, https://schema.org/UnitPriceSpecification

Implementation

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