Features Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ServiceFeature array of ServiceFeature
ServiceFeatureRef array of ServiceFeatureRef

Example

{
  "serviceFeaturesAndServiceFeatureReves" : [ {
    "ServiceFeature" : {
      "ServiceFeatureCode" : "...",
      "Name" : [ {
        "value" : "...",
        "lang" : "..."
      }, {
        "value" : "...",
        "lang" : "..."
      } ],
      "Icon" : "..."
    }
  }, {
    "ServiceFeatureRef" : {
      "value" : "..."
    }
  } ]
}