ConfigurationDeviceDetailsResponse

data class ConfigurationDeviceDetailsResponse(val deviceDetails: List<DeviceDetailsResponse>, val displayInfo: DisplayInfoResponse? = null, val hierarchyInformation: HierarchyInformationResponse, val identificationType: String, val quantity: Int)

Device details for configuration.

Constructors

Link copied to clipboard
constructor(deviceDetails: List<DeviceDetailsResponse>, displayInfo: DisplayInfoResponse? = null, hierarchyInformation: HierarchyInformationResponse, identificationType: String, quantity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of device details.

Link copied to clipboard

Display details of the product.

Link copied to clipboard

Hierarchy of the product which uniquely identifies the configuration.

Link copied to clipboard

Identification type of the configuration.

Link copied to clipboard

Quantity of the product.