export interface ITaxSettings{ Id:number; AllPricesWithTax:boolean; TaxesOnShippingRates:boolean; VatTaxesOnDigitalProducts:boolean }