DeliveryTime constructor
DeliveryTime({
- CutoffTime? cutoffTime,
- BusinessDayConfig? handlingBusinessDayConfig,
- List<
HolidayCutoff> ? holidayCutoffs, - int? maxHandlingTimeInDays,
- int? maxTransitTimeInDays,
- int? minHandlingTimeInDays,
- int? minTransitTimeInDays,
- BusinessDayConfig? transitBusinessDayConfig,
- TransitTable? transitTimeTable,
- List<
WarehouseBasedDeliveryTime> ? warehouseBasedDeliveryTimes,
Implementation
DeliveryTime({
this.cutoffTime,
this.handlingBusinessDayConfig,
this.holidayCutoffs,
this.maxHandlingTimeInDays,
this.maxTransitTimeInDays,
this.minHandlingTimeInDays,
this.minTransitTimeInDays,
this.transitBusinessDayConfig,
this.transitTimeTable,
this.warehouseBasedDeliveryTimes,
});