Provider
A provider detail. A provider refer to a company or a service that rents vehicles.
Fields
Name | Type | Description |
|---|---|---|
| name | String | Provider name |
| slug | String | Provider slug, can be used as a key |
| website | String | Main provider website |
| discountCode | String | Discount code or link for registration or first ride |
| app | OsLink | Link to mobile app |
| deepLink | OsLink | Deep link to mobile app |
| terms | [Terms] | Terms and conditions |
| license | License | Data's license |
| vehicleTypes | [VehicleType] | All available vehicle types |
| freefloatingVehiclesTypes | [VehicleType] | All free-floating available vehicle types |
| stationVehicleTypes | [VehicleType] | All available vehicle types in a station |
| carClasses | [CarType] | All available car types |
| enabled | Boolean | Is this provider enabled ? A provider could be temporary disabled (broken, break). |
| authorized | Boolean | Do you have the authorization for this operator? If the value is false, this provider is unauthorized for this organization. If value is null, it could be authorized for some cities. |
| actions | ProviderActions |