doesNotShip constant

IriTerm const doesNotShip

doesNotShip [Expects: http://schema.org/Boolean]

Indicates when shipping to a particular {shippingDestination} is not available.

Can be used on: http://schema.org/OfferShippingDetails, http://schema.org/ShippingConditions, http://schema.org/ShippingRateSettings

Implementation

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