currenciesAccepted constant

IriTerm const currenciesAccepted

IRI for schema:currenciesAccepted [Expects: https://schema.org/Text]

The currency accepted.\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/LocalBusiness

Implementation

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