PackageOrderPricingResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for this pricing configuration. | [default to null] |
| package_type_id | Long | Package type this pricing applies to. | [default to null] |
| vendor_id | Long | Vendor offering this pricing. | [default to null] |
| base_price | Double | Base price for the package delivery. | [default to null] |
| size_price | Double | Price component based on package size. | [default to null] |
| distance_price | Double | Price component based on delivery distance. | [default to null] |
| price_per_km | Boolean | Whether distance pricing is per kilometer. | [default to null] |
| price_per_kg | Boolean | Whether size pricing is per kilogram. | [default to null] |
| multiple_stop_fee | Double | Additional fee for multiple stops. | [default to null] |