pub enum Id {
Show 14 variants
DateRangeAndServiceSupported,
AccommodationAvailability,
SizeCapacityRoomOrGroupFit,
ServiceCapacityAndAddons,
VaccineRequirements,
VaccinePendingHandling,
DepositAndPricingRequirements,
HolidayBlackoutMinimumStay,
StaffCoverageConstraints,
BehaviorRestrictions,
AnxietyAggressionExceptionHandling,
MedicationSpecialCareLimits,
MultiPetConstraints,
LatePickupCheckoutImpact,
}Expand description
Classifies id values that drive the booking-readiness workflow.
Variants§
DateRangeAndServiceSupported
Routes booking triage work flagged as date range and service supported to the right queue, review gate, or agent packet.
AccommodationAvailability
Routes booking triage work flagged as accommodation availability to the right queue, review gate, or agent packet.
SizeCapacityRoomOrGroupFit
Routes booking triage work flagged as size capacity room or group fit to the right queue, review gate, or agent packet.
ServiceCapacityAndAddons
Routes booking triage work flagged as service capacity and addons to the right queue, review gate, or agent packet.
VaccineRequirements
Routes booking triage work flagged as vaccine requirements to the right queue, review gate, or agent packet.
VaccinePendingHandling
Routes booking triage work flagged as vaccine pending handling to the right queue, review gate, or agent packet.
DepositAndPricingRequirements
Routes booking triage work flagged as deposit and pricing requirements to the right queue, review gate, or agent packet.
HolidayBlackoutMinimumStay
Routes booking triage work flagged as holiday blackout minimum stay to the right queue, review gate, or agent packet.
StaffCoverageConstraints
Routes booking triage work flagged as staff coverage constraints to the right queue, review gate, or agent packet.
BehaviorRestrictions
Routes booking triage work flagged as behavior restrictions to the right queue, review gate, or agent packet.
AnxietyAggressionExceptionHandling
Routes booking triage work flagged as anxiety aggression exception handling to the right queue, review gate, or agent packet.
MedicationSpecialCareLimits
Routes booking triage work flagged as medication special care limits to the right queue, review gate, or agent packet.
MultiPetConstraints
Routes booking triage work flagged as multi pet constraints to the right queue, review gate, or agent packet.
LatePickupCheckoutImpact
Routes booking triage work flagged as late pickup checkout impact to the right queue, review gate, or agent packet.