DimensionalProperties

@JsonClass(generateAdapter = true)
data class DimensionalProperties(@Json(name = "width"width: Int, @Json(name = "weight"weight: Int, @Json(name = "axleWeight"axleWeight: Int, @Json(name = "height"height: Int, @Json(name = "length"length: Int)

Properties

axleWeight
Link copied to clipboard
val axleWeight: Int
height
Link copied to clipboard
val height: Int
length
Link copied to clipboard
val length: Int
weight
Link copied to clipboard
val weight: Int
width
Link copied to clipboard
val width: Int