ProductDetails interface
Represents product details.
Properties
| child |
Details of all child configurations that are part of the order item. |
| display |
Display details of the product. |
| hierarchy |
Hierarchy of the product which uniquely identifies the product. |
| identification |
Identification type of the configuration. |
| opt |
List of additional configurations customer wants in the order item apart from the ones included in the base configuration. |
| parent |
Device details of the parent configuration. |
| parent |
Device Provisioning Details for Parent. |
| product |
Double encryption status of the configuration. Read-only field. |
| term |
Term Commitment Information of the Device. |
Property Details
childConfigurationDeviceDetails
Details of all child configurations that are part of the order item.
childConfigurationDeviceDetails?: ConfigurationDeviceDetails[]
Property Value
displayInfo
hierarchyInformation
Hierarchy of the product which uniquely identifies the product.
hierarchyInformation: HierarchyInformation
Property Value
identificationType
Identification type of the configuration.
identificationType?: string
Property Value
string
optInAdditionalConfigurations
List of additional configurations customer wants in the order item apart from the ones included in the base configuration.
optInAdditionalConfigurations?: AdditionalConfiguration[]
Property Value
parentDeviceDetails
Device details of the parent configuration.
parentDeviceDetails?: DeviceDetails
Property Value
parentProvisioningDetails
Device Provisioning Details for Parent.
parentProvisioningDetails?: ProvisioningDetails
Property Value
productDoubleEncryptionStatus
Double encryption status of the configuration. Read-only field.
productDoubleEncryptionStatus?: string
Property Value
string
termCommitmentInformation
Term Commitment Information of the Device.
termCommitmentInformation?: TermCommitmentInformation