fares property
getter/setter pair
List of tickets to pay for this section of the route.
Note: Currently, fare information is not supported and the list will be always empty.
Implementation
List<Fare> fares;
List of tickets to pay for this section of the route.
Note: Currently, fare information is not supported and the list will be always empty.
List<Fare> fares;