MyCarrierQuoteUnit

@Serializable
data class MyCarrierQuoteUnit(val quoteCommodities: List<MyCarrierQuoteCommodity>, val unitHeight: Int, val unitLength: Int, val unitWidth: Int, val shippingUnitCount: Int = 1, val shippingUnitType: String = "pallet", val unitStackable: Boolean = false)

Quote unit for MyCarrier order

Constructors

Link copied to clipboard
constructor(quoteCommodities: List<MyCarrierQuoteCommodity>, unitHeight: Int, unitLength: Int, unitWidth: Int, shippingUnitCount: Int = 1, shippingUnitType: String = "pallet", unitStackable: Boolean = false)

Properties

Link copied to clipboard
@SerialName(value = "quoteCommodities")
val quoteCommodities: List<MyCarrierQuoteCommodity>
Link copied to clipboard
@SerialName(value = "shippingUnitCount")
val shippingUnitCount: Int
Link copied to clipboard
@SerialName(value = "shippingUnitType")
val shippingUnitType: String
Link copied to clipboard
@SerialName(value = "unitHeight")
val unitHeight: Int
Link copied to clipboard
@SerialName(value = "unitLength")
val unitLength: Int
Link copied to clipboard
@SerialName(value = "unitStackable")
val unitStackable: Boolean
Link copied to clipboard
@SerialName(value = "unitWidth")
val unitWidth: Int