Service Data Type

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

Example

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