Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommonVehicle

Vehicle details of the user placing the order.

Details about a vehicle

Hierarchy

  • CommonVehicle

Properties

Optional colorName

colorName: undefined | string

Vehicle color name, eg. black Optional.

Optional image

URL to a photo of the vehicle. The photo will be displayed at approximately 256x256px. Must be a jpg or png. Optional.

Optional licensePlate

licensePlate: undefined | string

Vehicle license plate number (e.g. "1ABC234"). Required.

Optional make

make: undefined | string

Vehicle make (e.g. "Honda"). This is displayed to the user and must be localized. Required.

Optional model

model: undefined | string

Vehicle model (e.g. "Grom"). This is displayed to the user and must be localized. Required.

Generated using TypeDoc