returnPolicyCountry constant

IriTerm const returnPolicyCountry

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

The country where the product has to be sent to for returns, for example "Ireland" using the {name} property of {Country}. You can also provide the two-letter ISO 3166-1 alpha-2 country code. Note that this can be different from the country where the product was originally shipped from or sent to.

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

Implementation

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