contacts property

List<OrderContact>? contacts
getter/setter pair

Contacts for this order.

Implementation

core.List<OrderContact>? contacts;