Service Data Type

Implemented Interfaces
Serializable
Properties
name data type description
name string
href string
id string
productCharacteristic array of ProductCharacteristic

Example

{
  "name" : "...",
  "href" : "...",
  "id" : "...",
  "productCharacteristic" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "value" : "..."
  } ]
}