OrderShipmentHistory

data class OrderShipmentHistory(val additionalDetails: Map<String, String>? = null, val comments: String? = null, val lastUpdate: String? = null)

Constructors

Link copied to clipboard
constructor(additionalDetails: Map<String, String>? = null, comments: String? = null, lastUpdate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dictionary to hold generic information which is not stored by the already existing properties.

Link copied to clipboard
val comments: String? = null

Comments related to this status change.

Link copied to clipboard
val lastUpdate: String? = null

Time of status update.