priceCurrency constant

IriTerm const priceCurrency

priceCurrency [Expects: http://schema.org/Text]

The currency of the price, or a price component when attached to {PriceSpecification} and its subtypes.\n\nUse standard formats: ISO 4217 currency format, e.g. "USD"; Ticker symbol for cryptocurrencies, e.g. "BTC"; well known names for Local Exchange Trading Systems (LETS) and other currency types, e.g. "Ithaca HOUR".

Can be used on: http://schema.org/DonateAction, http://schema.org/Offer, http://schema.org/PriceSpecification, http://schema.org/Reservation, http://schema.org/Ticket, http://schema.org/TradeAction

Implementation

static const priceCurrency = IriTerm.prevalidated(
  'http://schema.org/priceCurrency',
);