actions property

List<Action>? actions
getter/setter pair

A list of actionable steps that can be executed to solve the issue.

An example is requesting a re-review or providing arguments when merchant disagrees with the issue. Actions that are supported in (your) third-party application can be rendered as buttons and should be available to merchant when they expand the issue.

Implementation

core.List<Action>? actions;