Consists of the order preference and corresponding preference value.

OrderAttribute

interface OrderAttribute {
    orderPreference: "PARTIAL_ORDER";
    orderPreferenceValue: OrderPreferenceValue;
}

Properties

orderPreference: "PARTIAL_ORDER"

OrderAttribute

orderPreferenceValue: OrderPreferenceValue

OrderAttribute