Configuration Device Details Response
data class ConfigurationDeviceDetailsResponse(val deviceDetails: List<DeviceDetailsResponse>, val displayInfo: DisplayInfoResponse? = null, val hierarchyInformation: HierarchyInformationResponse, val identificationType: String, val quantity: Int, val termCommitmentInformation: TermCommitmentInformationResponse)
Device details for configuration.
Constructors
Link copied to clipboard
constructor(deviceDetails: List<DeviceDetailsResponse>, displayInfo: DisplayInfoResponse? = null, hierarchyInformation: HierarchyInformationResponse, identificationType: String, quantity: Int, termCommitmentInformation: TermCommitmentInformationResponse)
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
Term Commitment Information of the Device.