FareTypes
Name: Fare Types
Type: Application
Modules: Booking, Scheduling, Faring
Description: User defined types of fares and conditions for each.
| Field | Documentation |
|---|---|
| FareTypeId | Numeric identifier of the fare type. |
| FareTypeAbbr | Short abbreviation for the fare type to be displayed in a column. |
| Description | Description of the fare type. |
| FlatFareAmt | Deprecated. |
| FlatRate | Amount to be charged as a flat rate for the fare type. |
| DistanceRate | Rate to be charged per kilometer for the fare type. |
| PolygonRate | Rate to be charged for travel within the polygon. |
| TimeRate | Rate to be charged per hour for the fare type. |
| PolyTypeId | Numeric identifier of the polygon in which the fare type is charged. |
| PrepaidReq | Flag that indicates prepaid faring is required for the event. |
| FareAdjustDiffZon | Amount by which to adjust the fare when traveling to (different) zones that are farther away than the value defined in DistanceLimitDiffZon. |
| FareAdjustSameZon | Amount by which to adjust the fare when traveling within the same zone for a greater distance than the value defined in DistanceLimitSameZon. |
| DistanceLimitSameZon | Distance traveled in the same zone before the FareAdjustDiffZon adjustment is applied. |
| DistanceLimitDiffZon | Distance traveled in different zones before the FareAdjustSameZon adjustment is applied. |
| NumCode | Numeric code to identify the fare type. |
| FareMode | Indicates whether to associate the fare type with the passenger or provider (1 = Passenger, 2 = Provider). |
| FareCalcType | Hard-coded value for the type of calculation used to determine the fare amount. |
| VariationOf | Numeric identifier of the fare type that the fare type is a variation of. |
| MinFare | Minimum amount to charge for any trip using the fare type. |
| MaxFare | Maximum amount to charge for any trip using the fare type. |
| RoundFare | Flag that indicates whether the fare is to be rounded according to the value defined in RoundDirection. |
| DistanceLimit | Maximum distance that a trip can travel in meters using the fare type. |
| RoundDirection | Flag that indicates whether the fare is rounded up or rounded down. |
| Accuracy | User-defined level of rounding (e.g., dollar, penny). |
| InActive | Flag that indicates the fare type is inactive. |
| Progressive | Indicates if the fare type has progressive fare rates by distance. |