guaranteedOrders property

List<GuaranteedOrder>? guaranteedOrders
getter/setter pair

The list of guaranteed orders.

This list will be absent if empty.

Implementation

core.List<GuaranteedOrder>? guaranteedOrders;