mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 12:41:04 +00:00
Merge branch 'dev' into freight/nati-2
This commit is contained in:
@@ -511,6 +511,18 @@ export interface ContractClearanceView {
|
||||
linkedBookingReviewNote?: string | null;
|
||||
/** Shipment day the booking holds; the default when GL resubmits it. */
|
||||
linkedBookingScheduledDate?: string | null;
|
||||
/**
|
||||
* Open wagon-cancellation on a CANCELLED linked booking (consolidation
|
||||
* partner lapsed, staff cut): FEE_PENDING = customer must pay the
|
||||
* cancellation fee; CREDIT_AVAILABLE = fee settled, GL rebooks the credit.
|
||||
*/
|
||||
linkedBookingCancellation?: {
|
||||
id: string;
|
||||
status: string;
|
||||
wagonsCancelled: number;
|
||||
creditAmount: number;
|
||||
creditCurrency: string;
|
||||
} | null;
|
||||
/**
|
||||
* Pre-declaration handshake with GL Djibouti: who handles the shipment in
|
||||
* transit. `name` stays null until Djibouti answers, and GL Ethiopia cannot
|
||||
|
||||
Reference in New Issue
Block a user