maxHandlingDays property

int? maxHandlingDays
getter/setter pair

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

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

Implementation

core.int? maxHandlingDays;