Skip to main content

Status

Rental lifecycle status. v3 collapsed the v2 9-case enum (which conflated lifecycle with logistics) into 5 lifecycle-only cases. Logistics sub-state moved to {@see LogisticsStep}. Transitions are enforced by app/Domain/Rentals/StateMachine/RentalStateMachine.php.

stringStatus (string)

Rental lifecycle status. v3 collapsed the v2 9-case enum (which conflated lifecycle with logistics) into 5 lifecycle-only cases. Logistics sub-state moved to {@see LogisticsStep}. Transitions are enforced by app/Domain/Rentals/StateMachine/RentalStateMachine.php.

Possible values: [draft, ongoing, overdue, finished, canceled]

Status
"draft"