export interface OrderPrice { value: number; currency?: string; displayValue: string; }