customerContacts property

List<CustomerContact>? customerContacts
getter/setter pair

The list of customer contacts.

Optional.

Implementation

core.List<CustomerContact>? customerContacts;