regions property

List<BreakdownRegion>? regions
getter/setter pair

Lists of regions.

Should be rendered as a title for this group of details. The full list should be shown to merchant. If the list is too long, it is recommended to make it expandable.

Implementation

core.List<BreakdownRegion>? regions;