export interface TaxOptionsInterface { label?: string; percentageMultiplier?: number; initialAmount?: number; taxRateId?: string; }