Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
MyCarrierQuoteUnit
My
Carrier
Quote
Unit
@
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
Members
Constructors
My
Carrier
Quote
Unit
Link copied to clipboard
constructor
(
quoteCommodities
:
List
<
MyCarrierQuoteCommodity
>
,
unitHeight
:
Int
,
unitLength
:
Int
,
unitWidth
:
Int
,
shippingUnitCount
:
Int
=
1
,
shippingUnitType
:
String
=
"pallet"
,
unitStackable
:
Boolean
=
false
)
Properties
quote
Commodities
Link copied to clipboard
@
SerialName
(
value
=
"quoteCommodities"
)
val
quoteCommodities
:
List
<
MyCarrierQuoteCommodity
>
shipping
Unit
Count
Link copied to clipboard
@
SerialName
(
value
=
"shippingUnitCount"
)
val
shippingUnitCount
:
Int
shipping
Unit
Type
Link copied to clipboard
@
SerialName
(
value
=
"shippingUnitType"
)
val
shippingUnitType
:
String
unit
Height
Link copied to clipboard
@
SerialName
(
value
=
"unitHeight"
)
val
unitHeight
:
Int
unit
Length
Link copied to clipboard
@
SerialName
(
value
=
"unitLength"
)
val
unitLength
:
Int
unit
Stackable
Link copied to clipboard
@
SerialName
(
value
=
"unitStackable"
)
val
unitStackable
:
Boolean
unit
Width
Link copied to clipboard
@
SerialName
(
value
=
"unitWidth"
)
val
unitWidth
:
Int