VehicleLookupResultViewModel

  • matches
    Type: array object[] | null · VehicleMatchViewModel[]
    • confidence
      Type: string | null
    • make
      Type: string | null
    • makeId
      Type: integerFormat: int32

      Signed 32-bit integers (commonly used integer type).

    • model
      Type: string | null
    • modelId
      Type: integerFormat: int32

      Signed 32-bit integers (commonly used integer type).

    • year
      Type: integer | nullFormat: int32

      Signed 32-bit integers (commonly used integer type).

    • yearsAvailable
      Type: array integer[] | null
  • suggestions
    Type: object · VehicleLookupSuggestionsViewModel nullable
    • alternativeModels
      Type: array string[] | null
    • message
      Type: string | null