Files
fee-schedules/ts/germany/gebueh.ts
T

20 lines
644 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:05:17 +00:00
// Generated by scripts/generate-germany.mjs on 2026-05-14.
// Do not edit this file manually.
import type { IFeeScheduleData } from '../feeschedules.types.js';
export const GERMANY_GEBUEH_FEE_SCHEDULE_DATA: IFeeScheduleData = {
"scheduleId": "de-gebueh",
"dataStatus": "external-source-pending",
"edition": "Source identified 2026-05-14",
"source": {
"name": "Gebührenverzeichnis für Heilpraktiker",
"url": "https://www.gebueh.de",
"retrievedAt": "2026-05-14"
},
"feeRows": [],
"ruleSections": [],
"notes": [
"Non-official customary fee directory; not part of gesetze-im-internet federal XML corpus."
]
};