Service Data Type

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

Example

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