/** * 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 { GetSloveniaTaxProfile200AccountingExports } from './getSloveniaTaxProfile200AccountingExports'; import type { GetSloveniaTaxProfile200BusinessForm } from './getSloveniaTaxProfile200BusinessForm'; import type { GetSloveniaTaxProfile200BusinessFormSource } from './getSloveniaTaxProfile200BusinessFormSource'; import type { GetSloveniaTaxProfile200IncomeTaxRegime } from './getSloveniaTaxProfile200IncomeTaxRegime'; import type { GetSloveniaTaxProfile200InferredBusinessForm } from './getSloveniaTaxProfile200InferredBusinessForm'; import type { GetSloveniaTaxProfile200SupportedExports } from './getSloveniaTaxProfile200SupportedExports'; import type { GetSloveniaTaxProfile200TaxResidency } from './getSloveniaTaxProfile200TaxResidency'; import type { GetSloveniaTaxProfile200VatProfile } from './getSloveniaTaxProfile200VatProfile'; import type { GetSloveniaTaxProfile200YearlyReporting } from './getSloveniaTaxProfile200YearlyReporting'; export type GetSloveniaTaxProfile200 = { /** * Canonical Slovenian legal form for the entity. * @nullable */ business_form: GetSloveniaTaxProfile200BusinessForm; /** * Income tax regime used by the Slovenian entity. * @nullable */ income_tax_regime: GetSloveniaTaxProfile200IncomeTaxRegime; /** * Slovenia-specific VAT subject subtype. * @nullable */ vat_profile: GetSloveniaTaxProfile200VatProfile; /** * Tax residency status for Slovenian yearly reporting. * @nullable */ tax_residency: GetSloveniaTaxProfile200TaxResidency; yearly_reporting: GetSloveniaTaxProfile200YearlyReporting; accounting_exports: GetSloveniaTaxProfile200AccountingExports; business_form_source: GetSloveniaTaxProfile200BusinessFormSource; /** * Canonical Slovenian legal form for the entity. * @nullable */ inferred_business_form: GetSloveniaTaxProfile200InferredBusinessForm; supported_exports: GetSloveniaTaxProfile200SupportedExports; /** @nullable */ unsupported_reason: string | null; }; //# sourceMappingURL=getSloveniaTaxProfile200.d.ts.map