Fare Attribute
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