Service Data Type

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

Example

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