transitTime constant

IriTerm const transitTime

IRI for schema:transitTime [Expects: https://schema.org/QuantitativeValue, https://schema.org/ServicePeriod]

The typical delay the order has been sent for delivery and the goods reach the final customer.

In the context of {ShippingDeliveryTime}, use the {QuantitativeValue}. Typical properties: minValue, maxValue, unitCode (d for DAY).

In the context of {ShippingConditions}, use the {ServicePeriod}. It has a duration (as a {QuantitativeValue}) and also business days and a cut-off time.

Can be used on: https://schema.org/ShippingConditions, https://schema.org/ShippingDeliveryTime

Implementation

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