/** * Generated by orval v8.5.3 🍺 * Do not edit manually. * Space Invoices API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * OpenAPI spec version: 1.0.0 */ /** * @nullable */ export type UpdateSloveniaTaxProfileBodyYearlyReporting = { /** @nullable */ activity_code?: string | null; /** @nullable */ registration_number?: string | null; /** * Accounting or records mode used for the yearly filing. * @nullable */ accounting_type?: 'records' | 'single_entry' | 'double_entry' | null; /** * Insurance basis used to determine the applicable normirani rules. * @nullable */ normiranec_insurance_basis?: 'full_time_self_employed' | 'other' | null; /** * Monetary amount in EUR. * @minimum 0 * @nullable */ default_withholding_tax_amount?: number | null; /** * Monetary amount in EUR. * @minimum 0 * @nullable */ default_foreign_tax_credit_amount?: number | null; } | null; //# sourceMappingURL=updateSloveniaTaxProfileBodyYearlyReporting.d.ts.map