applicableCountry constant

IriTerm const applicableCountry

applicableCountry [Expects: https://schema.org/Country, https://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: https://schema.org/MerchantReturnPolicy

Implementation

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