priceCurrency constant
IRI for schema:priceCurrency [Expects: https://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: https://schema.org/DonateAction, https://schema.org/Offer, https://schema.org/PriceSpecification, https://schema.org/Reservation, https://schema.org/Ticket, https://schema.org/TradeAction
Implementation
static const priceCurrency = IriTerm.prevalidated(
'https://schema.org/priceCurrency',
);