transitTime constant
transitTime [Expects: http://schema.org/QuantitativeValue, http://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: http://schema.org/ShippingConditions, http://schema.org/ShippingDeliveryTime
Implementation
static const transitTime = IriTerm.prevalidated(
'http://schema.org/transitTime',
);