PackageVendorResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vendor. | [default to null] |
| name | String | Name of the vendor. | [default to null] |
| logo | String | Optional URL to vendor’s logo. | [optional] [default to null] |
| phone | String | Vendor’s phone number. | [optional] [default to null] |
| String | Vendor’s email address. | [optional] [default to null] | |
| is_active | Boolean | Whether the vendor is currently active. | [default to null] |
| vendor_type_id | Long | Type of vendor. | [default to null] |
| package_types_pricing | List | Pricing information for different package types. | [default to null] |
| unsupported_locations | List | Locations that this vendor does not service. | [optional] [default to null] |