CustomerService Data Type

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

Example

{
  "duration" : 12345,
  "executionDate" : 12345,
  "productCharacteristic" : [ {
    "value" : "...",
    "name" : "..."
  }, {
    "value" : "...",
    "name" : "..."
  } ],
  "name" : "...",
  "description" : "...",
  "id" : "...",
  "href" : "..."
}