breakdowns property

List<Breakdown>? breakdowns
getter/setter pair

Detailed impact breakdown.

Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the merchant. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.

Implementation

core.List<Breakdown>? breakdowns;