Characteristic
This class is the attribute for the Characteristic object. It might be used across services and is defined in JSON format.
Element Name | Element Type | Description |
---|---|---|
name | String
(Mandatory) |
Characteristic name as configured in the Product Catalog. |
description | String
(Mandatory) |
Characteristic description as configured in the Product Catalog. |
Values | Type
(Mandatory) |
List of characteristic values as configured in the Product Catalog. |
Values/value | Type (*) | Characteristic value. |
Values/value/name | String
(Mandatory) |
Characteristic value name. |
Values/value/type | String
(Mandatory) |
Characteristic value data type. |
Values/value/value | String
(Optional) |
Characteristic value. |
Values/value/valueFrom | String
(Optional) |
Characteristic value range from. |
Values/value/valueTo | String
(Optional) |
Characteristic value range to. |
Copyright © Cloud Software Group, Inc. All rights reserved.