minHandlingTime property

String? minHandlingTime
getter/setter pair

Minimum handling time (inclusive) between when the order is received and shipped in business days.

0 means that the order is shipped on the same day as it's received if it happens before the cut-off time. minHandlingTime can only be present together with maxHandlingTime; but it's not required if maxHandlingTime is present.

Implementation

core.String? minHandlingTime;