
org.opentripplanner.transit.model.timetable.booking.BookingMethod Maven / Gradle / Ivy
The newest version!
package org.opentripplanner.transit.model.timetable.booking;
public enum BookingMethod {
CALL_DRIVER,
CALL_OFFICE,
ONLINE,
PHONE_AT_STOP,
TEXT_MESSAGE,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy