customers property

List<Company>? customers
getter/setter pair

The customer accounts the calling user is a member of.

Implementation

core.List<Company>? customers;