ReplaceVendorApplicationRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| country_code | String | [default to null] | |
| city_id | Long | [default to null] | |
| vendor_type_id | Long | [default to null] | |
| category_id | Long | Category ID - required for regular vendors, optional for driver partners | [optional] [default to null] |
| registration_type | RegistrationType | [default to null] | |
| business_info | VendorBusinessInfo | [default to null] | |
| stakeholders | VendorStakeholders | [default to null] | |
| address | VendorAddressInfo | [default to null] | |
| bank_details | BankAccountDetails | [default to null] | |
| store_details | VendorStoreDetails | Store details - required for regular vendors (restaurants, shops, etc.) | [optional] [default to null] |
| drive_deliver_choice | DriveDeliverChoice | Drive/deliver choice for driver partners (taxi/parcel vendor types) | [optional] [default to null] |
| selected_vehicle_type_id | Long | Vehicle type ID for driver partners | [optional] [default to null] |
| vehicle_type_source | String | Source of vehicle_type_id: “country_specific” or “default” | [optional] [default to null] |
| vehicle_details | VendorVehicleDetails | Vehicle details for driver partners (taxi/parcel vendor types) | [optional] [default to null] |