export interface TaxComponent { taxField: string; taxPercent: number; taxAmount: number; }