/** * 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 { UpdateSloveniaTaxProfile200YearlyReportingAccountingType } from './updateSloveniaTaxProfile200YearlyReportingAccountingType'; import type { UpdateSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis } from './updateSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis'; export type UpdateSloveniaTaxProfile200YearlyReporting = { /** * 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: UpdateSloveniaTaxProfile200YearlyReportingAccountingType; /** * Insurance basis used by normirani rules. * @nullable */ normiranec_insurance_basis: UpdateSloveniaTaxProfile200YearlyReportingNormiranecInsuranceBasis; /** * 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=updateSloveniaTaxProfile200YearlyReporting.d.ts.map