InfoFareCost
Name: Info Fare Cost
Type: Application
Modules: Info
Description: Defines different fares and their dependencies on passenger type, time of the day, day of the week for use in calculating itinerary fare.
| Field | Documentation |
|---|---|
| FareId | Unique identifier for fare. |
| FareCostId | Cost Class identifier from InfoFareCostClass.FareCostId. |
| PassengerTypeId | Passenger Type identifier from InfoFarePassengerType.PassengerTypeId. References passenger types that the fare applies to. |
| FromTime | Start time of the time band when the fare is valid. Value is in seconds from midnight. |
| ToTime | End time of the time band after which the fare is no longer valid. Value is in seconds from midnight. |
| ServiceGroupId | Service identifier from MasterServiceGroup.ServiceGroupId. References the service that the Fare Cost is associated with. |
| Fare | Value in $ for the specific fare. |
| AgencyId | Agency identifier from Agencies.AgencyId. |