Service Data Type

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

Example

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