PackageTypePricingResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier | [default to null] |
| package_type_id | Long | Package type ID | [default to null] |
| max_booking_days | Integer | Maximum booking days | [default to null] |
| size_price | Double | Size price | [default to null] |
| price_per_kg | Boolean | Whether price is per kilogram | [default to null] |
| distance_price | Double | Distance price | [default to null] |
| base_price | Double | Base price | [default to null] |
| multiple_stop_fee | Double | Multiple stop fee | [default to null] |
| price_per_km | Boolean | Whether price is per kilometer | [default to null] |
| is_active | Boolean | Whether pricing is active | [default to null] |
| auto_assignment | Boolean | Auto assignment flag | [default to null] |
| field_required | Boolean | Field required flag | [default to null] |