shippingRate constant

IriTerm const shippingRate

shippingRate [Expects: http://schema.org/MonetaryAmount, http://schema.org/ShippingRateSettings]

The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the {MonetaryAmount}) are most appropriate.

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

Implementation

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