Skip to content

Commit f8c68a8

Browse files
authored
Updates to car share fare attributes
1 parent 3a3a033 commit f8c68a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

modes/car-share.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ _See more available trip attributes for any mode in the [trips endpoint](/provid
103103

104104
The `fare_attributes` array **may** have the following key value pairs:
105105

106-
- `payment_type` (enumerated, required): `cash`, `credit_card`, `mobile`, `voucher`, `paratransit`, `no payment`, `test`
106+
- `payment_type` (enumerated, required): `cash`, `credit_card`, `mobile`, `voucher`, `no payment`, `test`
107107
- `fare_type` (enumerated, required): `meter_fare`, `upfront_pricing`, `flat_rate`. Indicator of which rate was charged.
108108
- `tolls` (currency, optional) - Sum of any and all tolls charged for the trip, such as bridge tolls
109109
- `base_rate` (currency, optional) - Minimum fare to be charged as soon as the trip starts.
@@ -113,8 +113,6 @@ The `fare_attributes` array **may** have the following key value pairs:
113113
- `extra_amount` (currency, optional) - miscellaneous extra amounts charged to customer not covered by other fields.
114114
- `taxes` (currency, optional) - amount of taxes paid for the ride
115115
- `surcharge` (currency, optional) - any surcharge pricing
116-
- `commission` (currency, optional) - any extra commission for the ride
117-
- `driver_trip_pay` (currency, optional) - The payment the company driver received for the trip
118116

119117
_See more available fare attributes for any mode in the [trips endpoint](/provider#trips)._
120118

0 commit comments

Comments
 (0)