WrapperProductInfo

@Serializable
data class WrapperProductInfo(val wrapperProduct: WrapperProductInfo.WrapperProduct, val correlationId: String? = null) : Pinglet

Constructors

Link copied to clipboard
constructor(wrapperProduct: WrapperProductInfo.WrapperProduct, correlationId: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "correlationId")
@EncodeDefault(mode = EncodeDefault.Mode.NEVER)
val correlationId: String? = null
Link copied to clipboard
open override val schemaName: String

Unique identifier for the Pinglet schema type.

Link copied to clipboard
open override val schemaVersion: String

Version identifier for the Pinglet schema.

Link copied to clipboard
@SerialName(value = "wrapperProduct")
val wrapperProduct: WrapperProductInfo.WrapperProduct