org.opentripplanner.api.model.ApiFareQualifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otp Show documentation
Show all versions of otp Show documentation
The OpenTripPlanner multimodal journey planning system
package org.opentripplanner.api.model;
/**
* Qualifiers for Fares V2 fare products. Qualifiers can be rider categories (youth, senior, veteran) or
* a fare container (smart card, app...).
* @param id
* @param name
*/
public record ApiFareQualifier(String id, String name) {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy