HoldFilter
Filter for holds on an order.
enum HoldFilter {
ACTIVE
ALL
RELEASED
}
Values
HoldFilter.ACTIVE
Only holds that have not yet been released.
HoldFilter.ALL
All holds regardless of release state.
HoldFilter.RELEASED
Only holds that have been released.