mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 04:15:43 +00:00
feat(rule-engine): add fuel surcharge rate trigger and cargo flag
This commit is contained in:
@@ -11,6 +11,8 @@ export interface Rate {
|
||||
currency: string;
|
||||
rateValue: string;
|
||||
rateUnit: string;
|
||||
/** PER_LITER fuel rates only: price = baseLiters × rateValue, once per booking. */
|
||||
baseLiters?: string | null;
|
||||
status: string;
|
||||
proposedByStaffId: string;
|
||||
approvedByCeoId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user