$minimumDays
$minimumDays : integer
The minimum amount of days it takes for a shipment to arrive door to door.
Represents a simple runtime `DoorToDoorTransitTime` entity implementation.
__construct(integer $minimumDays, integer $maximumDays)
DoorToDoorTransitTime constructor.
integer | $minimumDays | The minimum amount of days it takes for a shipment to arrive door to door. |
integer | $maximumDays | The maximum amount of days it takes for a shipment to arrive door to door. |