export interface TaxCode { Category?: string; Code?: string; Description?: string; }