Skip to content

VehicleIdentificationType

ts
const VehicleIdentificationType: Catalog<{
  VIN: readonly [1, "Número de identificación del vehículo"];
  REGISTRATION: readonly [2, "Número de matrícula del vehículo"];
}>;

Tipo de identificación del vehículo (transportVehicleDocumentTypeCode).