Class TollFarePass

java.lang.Object
com.here.sdk.routing.TollFarePass

public final class TollFarePass extends Object

TollFare multi-travel pass characteristics.

  • Field Details

    • returnJourney

      @Nullable public Boolean returnJourney

      This pass includes the fare for the return journey.

    • validityPeriod

      @Nullable public FarePassValidityPeriod validityPeriod

      Specifies a temporal validity period for a pass.

    • travels

      @Nullable public Integer travels

      This pass allows for the specified number of travels.

    • transfers

      @Nullable public Integer transfers

      Indicates if transfers are permitted with this pass, and if so, how many.

    • seniorPass

      @Nullable public Boolean seniorPass

      This pass is valid only if presented by a senior person.

  • Constructor Details

    • TollFarePass

      public TollFarePass()

      Creates a new instance.

  • Method Details