ChoiceListValue

constructor(order: Int, choiceListValueName: String, choiceListValueId: String, isDefaultValue: Boolean, label: String)

Parameters

order

The order that the field should be displayed in the choice list.

choiceListValueName

The name of the field.

choiceListValueId

The identifier for the field.

isDefaultValue

Determines whether a field should be the default selected value.

label

The label to display.