import { TaxDataAppliedTaxRateExtensionInterface } from './taxDataAppliedTaxRateExtensionInterface'; export interface TaxDataAppliedTaxRateInterface { code?: string; title?: string; percent?: number; extensionAttributes?: TaxDataAppliedTaxRateExtensionInterface; }