/** * 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 */ import type { GetSloveniaTaxProfile200YearlyReportingAccountingType } from './getSloveniaTaxProfile200YearlyReportingAccountingType'; import type { GetSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis } from './getSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis'; export type GetSloveniaTaxProfile200YearlyReporting = { /** * Primary SKD activity code. * @nullable */ activity_code: string | null; /** * Optional registration number used in the filing. * @nullable */ registration_number: string | null; /** * Accounting / records mode used in the filing. * @nullable */ accounting_type: GetSloveniaTaxProfile200YearlyReportingAccountingType; /** * Insurance basis used by normirani rules. * @nullable */ normiranec_insurance_basis: GetSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis; /** * Persisted default withholding tax amount for yearly reviews. * @minimum 0 * @nullable */ default_withholding_tax_amount: number | null; /** * Persisted default foreign tax credit amount for yearly reviews. * @minimum 0 * @nullable */ default_foreign_tax_credit_amount: number | null; }; //# sourceMappingURL=getSloveniaTaxProfile200YearlyReporting.d.ts.map