mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
Merge pull request #738 from Tria-plc/freight_feature/usermanagement
fix issue
This commit is contained in:
@@ -620,6 +620,12 @@ export interface IContract extends BaseEntity {
|
||||
* clearance view per contract.
|
||||
*/
|
||||
clearancePhase?: ContractDocPhase | string | null;
|
||||
/**
|
||||
* Latest clearance cycle's linked booking id + status (list responses only).
|
||||
* An EXPIRED status means the customer never paid — GL may rebook.
|
||||
*/
|
||||
latestCycleBookingId?: string | null;
|
||||
latestCycleBookingStatus?: string | null;
|
||||
|
||||
pricingBreakdown?: ContractPricingBreakdown | null;
|
||||
pricingDisplayMode?: "UNIT_RATES";
|
||||
|
||||
Reference in New Issue
Block a user