flows property
Actions may provide multiple different flows.
Merchant selects one that fits best to their intent. Selecting the flow is the first step in user's interaction with the action. It affects what input fields will be available and required and also how the request will be processed.
Implementation
core.List<ActionFlow>? flows;