Product Details Response
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)