FareProduct
data class FareProduct(val fareProductId: String, val fareProductName: String? = null, val riderCategoryId: String? = null, val fareMediaId: String? = null, val amount: Double, val currency: CurrencyCode)(source)
Describes the range of fares available for purchase by riders.
This class represents a record in the fare_products.txt file.
Properties
Link copied to clipboard
The cost of the fare product. May be negative to represent transfer discounts.
Link copied to clipboard
The currency of the cost of the fare product.
Link copied to clipboard
Identifies a fare media that can be employed to use the fare product.
Link copied to clipboard
Identifies a fare product or set of fare products.
Link copied to clipboard
The name of the fare product as displayed to riders.
Link copied to clipboard
Identifies a rider category eligible for the fare product.