TransportPreferencesResponse

data class TransportPreferencesResponse(val isUpdated: Boolean, val preferredShipmentType: String)

Preferences related to the shipment logistics of the sku

Constructors

Link copied to clipboard
constructor(isUpdated: Boolean, preferredShipmentType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Read only property which indicates whether transport preferences has been updated or not after device is prepared.

Link copied to clipboard

Indicates Shipment Logistics type that the customer preferred.