Skip to content

Commit 93f5d62

Browse files
authored
Added underscore
1 parent 0d4e6fc commit 93f5d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modes/passenger-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The `trip_attributes` object **may** have the following key value pairs:
106106

107107
The `fare_attributes` object **may** have the following key value pairs:
108108

109-
- `payment_type` (enumerated, required): `account_number`, `cash`, `credit_card`, `mobile_app`, `no payment`, `paratransit`, `phone`, `voucher`, `test`
109+
- `payment_type` (enumerated, required): `account_number`, `cash`, `credit_card`, `mobile_app`, `no_payment`, `paratransit`, `phone`, `voucher`, `test`
110110
- `fare_type` (enumerated, required): `meter_fare`, `upfront_pricing`, `flat_rate`. Indicator of which rate was charged.
111111
- `meter_fare_amount` (currency, conditionally required): if `upfront_pricing` is used as a `fare_type` include what the metered fare would have been if `meter_fare` would have been used. Allows cost comparison in evaluation of programs and pilots.
112112
- `tolls` (currency, optional) - Sum of any and all tolls charged for the trip, such as bridge tolls

0 commit comments

Comments
 (0)