VehicleLookup
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
A class for normalizing vehicle data.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
rego | str | ❌ | — | — |
vin | str | ❌ | — | — |
state | ValidAUSStates | ❌ | — | — |
lookup_key | str | ✅ | — | — |
country | LookupCountry (AUS, NZ, SA, JP, GB, US, IND, DNK) | ✅ | — | A class for the lookup country. |
vehicle_id | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Vehicle/dependencies/models.py. Do not edit by hand.