accounts property

List<HeldAccount>? accounts
getter/setter pair

If set, the hold applies to the specified accounts and orgUnit must be empty.

Implementation

core.List<HeldAccount>? accounts;