LinenoteChoiceParameterValueDto Data Type

Value-description pair of an enumerated parameter value. Used to represent possible values with their descriptions for enumerated parameters.

Properties
name data type description
value string Value (enum constant).
description string Human readable description.

Example

{
  "value" : "...",
  "description" : "..."
}