InputFieldChoiceInput class
Choice input allows merchants to select one of the offered choices.
Some choices may be linked to additional input fields that should be displayed under or next to the choice option. The value for the additional input field needs to be provided only when the specific choice is selected by the merchant. For example, additional input field can be hidden or disabled until the merchant selects the specific choice.
Constructors
-
InputFieldChoiceInput({List<
InputFieldChoiceInputChoiceInputOption> ? options}) - InputFieldChoiceInput.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
options
↔ List<
InputFieldChoiceInputChoiceInputOption> ? -
A list of choices.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited