priceComponentType constant

IriTerm const priceComponentType

IRI for schema:priceComponentType [Expects: https://schema.org/PriceComponentTypeEnumeration]

Identifies a price component (for example, a line item on an invoice), part of the total price for an offer.

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

Implementation

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