VehicleType

enum VehicleType : Enum<VehicleType>

차종
Vehicle type

Entries

Link copied to clipboard
@SerializedName(value = "7")
TWO_WHEEL()

이륜차
Two-wheeled vehicle

Link copied to clipboard
@SerializedName(value = "6")
SIXTH()

6종, 경차
Class 6, compact car

Link copied to clipboard
@SerializedName(value = "5")
FIFTH()

5종, 4축 이상 특수화물차
Class 5, special truck with four axes or more

Link copied to clipboard
@SerializedName(value = "4")
FOURTH()

4종, 3축 대형화물차
Class 4, 3-axis large truck

Link copied to clipboard
@SerializedName(value = "3")
THIRD()

3종, 대형승합차, 2축 대형화물차
Class 3, large van, 2-axis large truck

Link copied to clipboard
@SerializedName(value = "2")
SECOND()

2종, 중형승합차, 중형화물차
Class 2, mid-size van, mid-size truck

Link copied to clipboard
@SerializedName(value = "1")
FIRST()

1종, 승용차, 소형승합차, 소형화물차
Class 1, passenger car, small van, small truck

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int