FareCost
Name: Fare Cost
Type: Application
Modules: Faring Description: Reference table holding fare amount for each fare type.
| Field | Documentation |
|---|---|
| FareId | Numeric identifier of the fare cost. |
| FareCostId | User-defined value for the fare cost type (e.g., 1 = Return, 2 = Single). |
| PassengerTypeId | User-defined value for the passenger type (e.g., 1 = Adult, 2 = Child). |
| FromTime | Start time from which the fare cost is used for calculating fares. Value is in seconds from midnight. |
| ToTime | End time after which the fare cost is no longer used to calculate fares. Value is in seconds from midnight. |
| ServiceGroupId | Numeric identifier of the service group (e.g., Weekday, Weekend, Holiday, etc.) (from the ServiceGroup table). |
| Fare | Amount to be collected for the fare. |