CreateShipmentWithMetadataRequest

@Serializable
data class CreateShipmentWithMetadataRequest(val title: String, val createdById: String, val updatedById: String, val metadata: JsonObject) : CreateShipmentRequest

Constructors

Link copied to clipboard
constructor(title: String, createdById: String, updatedById: String, metadata: JsonObject)

Properties

Link copied to clipboard
@SerialName(value = "created_by_id")
open override val createdById: String
Link copied to clipboard
@SerialName(value = "metadata")
val metadata: JsonObject
Link copied to clipboard
@SerialName(value = "title")
open override val title: String
Link copied to clipboard
@SerialName(value = "updated_by_id")
val updatedById: String