DeliveryTime constructor
DeliveryTime({
- CutoffTime? cutoffTime,
- BusinessDayConfig? handlingBusinessDayConfig,
- int? maxHandlingDays,
- int? maxTransitDays,
- int? minHandlingDays,
- int? minTransitDays,
- BusinessDayConfig? transitBusinessDayConfig,
- TransitTable? transitTimeTable,
- List<
WarehouseBasedDeliveryTime> ? warehouseBasedDeliveryTimes,
Implementation
DeliveryTime({
this.cutoffTime,
this.handlingBusinessDayConfig,
this.maxHandlingDays,
this.maxTransitDays,
this.minHandlingDays,
this.minTransitDays,
this.transitBusinessDayConfig,
this.transitTimeTable,
this.warehouseBasedDeliveryTimes,
});