export class Tax { id: string; name: string; rate: number; isFixture: boolean; }