FareAttribute

data class FareAttribute(val fareId: String, val price: Double, val currencyType: String, val paymentMethod: Int, val transfers: Int? = null, val agencyId: String? = null, val transferDuration: Duration? = null)

See https://developers.google.com/transit/gtfs/reference#fare_attributestxt

Constructors

Link copied to clipboard
constructor(fareId: String, price: Double, currencyType: String, paymentMethod: Int, transfers: Int? = null, agencyId: String? = null, transferDuration: Duration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agencyId: String? = null
Link copied to clipboard
Link copied to clipboard

Currency type as Java Currency. null if currency type is null or unsupported

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transfers: Int? = null