handlingTime constant
IRI for schemahttp:handlingTime [Expects: http://schema.org/QuantitativeValue, http://schema.org/ServicePeriod]
The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.
In the context of {ShippingDeliveryTime}, Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as "d"), i.e. only counting days when the business normally operates.
In the context of {ShippingService}, use the {ServicePeriod} format, that contains the same information in a structured form, with cut-off time, business days and duration.
Can be used on: http://schema.org/ShippingDeliveryTime, http://schema.org/ShippingService
Implementation
static const handlingTime = IriTerm.prevalidated(
'http://schema.org/handlingTime',
);