Service Data Type

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

Example

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