fixedMinTransitTime property

String? fixedMinTransitTime
getter/setter pair

Minimum transit time (inclusive) between when the order has shipped and when it is delivered in business days.

0 means that the order is delivered on the same day as it ships. fixedMinTransitTime can only be set if fixedMaxTransitTime is set. Cannot be set if carrierTransitTime is present.

Implementation

core.String? fixedMinTransitTime;