PackageOrderSummaryInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Vendor to use for the package delivery. | [default to null] |
| package_type_id | Long | Type of package being delivered. | [default to null] |
| pickup_location_id | Long | ID of the pickup location address. | [optional] [default to null] |
| dropoff_location_id | Long | ID of the dropoff location address. | [optional] [default to null] |
| stops | List | Optional list of intermediate stops. | [optional] [default to null] |
| weight | Double | Weight of the package in kilograms. | [optional] [default to null] |
| coupon_code | String | Optional coupon code for discount. | [optional] [default to null] |
| ignore_check | Boolean | Whether to skip location validation checks. | [optional] [default to null] |