ProductCategory Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ProductCategoryCode string
Name array of NaturalLanguageStringStructure
Icon string

Example

{
  "ProductCategoryCode" : "...",
  "Name" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Icon" : "..."
}