CountryVatRate: {
    country: string;
    countryCode: string;
    id: number;
    vatRate: number;
}

Type declaration

  • country: string
  • countryCode: string
  • id: number
  • vatRate: number