minHandlingDays property

int? minHandlingDays
getter/setter pair

Minimum number of business days spent before an order is shipped.

0 means same day shipped, 1 means next day shipped. 'min_handling_days' and 'max_handling_days' should be either set or not set at the same time.

Implementation

core.int? minHandlingDays;