Features Data Type

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

Example

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