FarePrice constructor

FarePrice()

Implementation

FarePrice()
  : type = FarePriceType.value, estimated = false, currency = "EUR", minimum = 0.0, maximum = 0.0, validityPeriod = null;