mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 13:38:20 +00:00
changes export flow
This commit is contained in:
@@ -18,7 +18,10 @@ export interface BookingWindowConfig {
|
||||
windowDurationHours: number;
|
||||
/** Max staff document-review time after the window closes. */
|
||||
docReviewMinutes: number;
|
||||
/** Pay window for IMPORT/DOMESTIC bookings (also part of the reopen gap). */
|
||||
paymentWindowMinutes: number;
|
||||
/** Pay window for EXPORT bookings — independent of the import value. */
|
||||
exportPaymentWindowMinutes: number;
|
||||
/**
|
||||
* Minutes before departure the IMPORT/DOMESTIC booking window shuts. When set
|
||||
* (> 0), the effective booking cutoff is `departure − this`, capping the first
|
||||
|
||||
Reference in New Issue
Block a user