annotations property

List<OrderOrderAnnotation>? annotations
getter/setter pair

List of key-value pairs that are attached to a given order.

Implementation

core.List<OrderOrderAnnotation>? annotations;