FeeCalculationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| pickup_latitude | Double | Pickup latitude coordinate. | [default to null] |
| pickup_longitude | Double | Pickup longitude coordinate. | [default to null] |
| dropoff_latitude | Double | Dropoff latitude coordinate (optional for delivery orders). | [optional] [default to null] |
| dropoff_longitude | Double | Dropoff longitude coordinate (optional for delivery orders). | [optional] [default to null] |
| order_type | OrderType | Type of order (delivery or taxi). | [default to null] |
| zone_id | Long | Zone ID (if known). | [optional] [default to null] |
| vehicle_type_id | Long | Vehicle type ID for taxi orders. | [optional] [default to null] |
| base_amount | Double | Base order amount for percentage calculations. | [default to null] |
| currency_code | String | Currency code for the order. | [default to null] |
| country_code | String | Country code in ISO2 format (e.g., “EE”, “LV”, “LT”). | [optional] [default to null] |