applicableCountry constant

IriTerm const applicableCountry

IRI for schemahttp:applicableCountry [Expects: http://schema.org/Country, http://schema.org/Text]

A country where a particular merchant return policy applies to, for example the two-letter ISO 3166-1 alpha-2 country code.

Can be used on: http://schema.org/MerchantReturnPolicy

Implementation

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