mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 14:15:44 +00:00
auto allocation and batch managemnt, tracking the train
This commit is contained in:
@@ -53,8 +53,10 @@ export enum BookingStatus {
|
||||
FullyExecuted = "FULLY_EXECUTED",
|
||||
PnrGenerated = "PNR_GENERATED",
|
||||
PaymentVerificationInProgress = "PAYMENT_VERIFICATION_IN_PROGRESS",
|
||||
/** Selected in a batch and notified to pay within the 1h window. */
|
||||
AwaitingPayment = "AWAITING_PAYMENT",
|
||||
/** Selected in a batch and notified to pay within the pay window. */
|
||||
SelectedForBatch = "SELECTED_FOR_BATCH",
|
||||
/** @deprecated Use SelectedForBatch */
|
||||
AwaitingPayment = "SELECTED_FOR_BATCH",
|
||||
/** Missed the 1h pay window — recoverable via move/cancel (no re-approval). */
|
||||
Expired = "EXPIRED",
|
||||
Paid = "PAID",
|
||||
|
||||
Reference in New Issue
Block a user