Koha::CurbsidePickupPolicy - Koha Curbside Pickup Policy Object class
Return the branch associated with this policy
$policy->opening_slots
Return the list of opening slots (Koha::CurbsidePickupOpeningSlots object)
$policy->add("$d-12:00-15:00");
Add a new opening slot for this library. It must be formatted "day:start:end" with 'start' and 'end' in 24-hour format.