freeShippingThreshold constant

IriTerm const freeShippingThreshold

IRI for schema:freeShippingThreshold [Expects: https://schema.org/DeliveryChargeSpecification, https://schema.org/MonetaryAmount]

A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an {OfferShippingDetails} with {shippingSettingsLink} matching this {ShippingRateSettings}.

Can be used on: https://schema.org/ShippingRateSettings

Implementation

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