/** * 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 { UpdateSloveniaTaxProfile200AccountingExports } from './updateSloveniaTaxProfile200AccountingExports'; import type { UpdateSloveniaTaxProfile200BusinessForm } from './updateSloveniaTaxProfile200BusinessForm'; import type { UpdateSloveniaTaxProfile200BusinessFormSource } from './updateSloveniaTaxProfile200BusinessFormSource'; import type { UpdateSloveniaTaxProfile200IncomeTaxRegime } from './updateSloveniaTaxProfile200IncomeTaxRegime'; import type { UpdateSloveniaTaxProfile200InferredBusinessForm } from './updateSloveniaTaxProfile200InferredBusinessForm'; import type { UpdateSloveniaTaxProfile200SupportedExports } from './updateSloveniaTaxProfile200SupportedExports'; import type { UpdateSloveniaTaxProfile200TaxResidency } from './updateSloveniaTaxProfile200TaxResidency'; import type { UpdateSloveniaTaxProfile200VatProfile } from './updateSloveniaTaxProfile200VatProfile'; import type { UpdateSloveniaTaxProfile200YearlyReporting } from './updateSloveniaTaxProfile200YearlyReporting'; export type UpdateSloveniaTaxProfile200 = { /** * Canonical Slovenian legal form for the entity. * @nullable */ business_form: UpdateSloveniaTaxProfile200BusinessForm; /** * Income tax regime used by the Slovenian entity. * @nullable */ income_tax_regime: UpdateSloveniaTaxProfile200IncomeTaxRegime; /** * Slovenia-specific VAT subject subtype. * @nullable */ vat_profile: UpdateSloveniaTaxProfile200VatProfile; /** * Tax residency status for Slovenian yearly reporting. * @nullable */ tax_residency: UpdateSloveniaTaxProfile200TaxResidency; yearly_reporting: UpdateSloveniaTaxProfile200YearlyReporting; accounting_exports: UpdateSloveniaTaxProfile200AccountingExports; business_form_source: UpdateSloveniaTaxProfile200BusinessFormSource; /** * Canonical Slovenian legal form for the entity. * @nullable */ inferred_business_form: UpdateSloveniaTaxProfile200InferredBusinessForm; supported_exports: UpdateSloveniaTaxProfile200SupportedExports; /** @nullable */ unsupported_reason: string | null; }; //# sourceMappingURL=updateSloveniaTaxProfile200.d.ts.map