ProductDetailsResponse

data class ProductDetailsResponse(val count: Int, val deviceDetails: List<DeviceDetailsResponse>, val displayInfo: DisplayInfoResponse? = null, val hierarchyInformation: HierarchyInformationResponse, val productDoubleEncryptionStatus: String)

Represents product details

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

Quantity of the product

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 product

Link copied to clipboard

Double encryption status of the configuration. Read-only field.