discountCurrency constant

IriTerm const discountCurrency

IRI for schemahttp:discountCurrency [Expects: http://schema.org/Text]

The currency of the discount.\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/Order

Implementation

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