/** * 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 { UpdateSloveniaTaxProfileBodyAccountingExports } from './updateSloveniaTaxProfileBodyAccountingExports'; import type { UpdateSloveniaTaxProfileBodyBusinessForm } from './updateSloveniaTaxProfileBodyBusinessForm'; import type { UpdateSloveniaTaxProfileBodyIncomeTaxRegime } from './updateSloveniaTaxProfileBodyIncomeTaxRegime'; import type { UpdateSloveniaTaxProfileBodyTaxResidency } from './updateSloveniaTaxProfileBodyTaxResidency'; import type { UpdateSloveniaTaxProfileBodyVatProfile } from './updateSloveniaTaxProfileBodyVatProfile'; import type { UpdateSloveniaTaxProfileBodyYearlyReporting } from './updateSloveniaTaxProfileBodyYearlyReporting'; export type UpdateSloveniaTaxProfileBody = { /** * Canonical Slovenian legal form for the entity. * @nullable */ business_form?: UpdateSloveniaTaxProfileBodyBusinessForm; /** * Income tax regime used by the Slovenian entity. * @nullable */ income_tax_regime?: UpdateSloveniaTaxProfileBodyIncomeTaxRegime; /** * Slovenia-specific VAT subject subtype. * @nullable */ vat_profile?: UpdateSloveniaTaxProfileBodyVatProfile; /** * Tax residency status for Slovenian yearly reporting. * @nullable */ tax_residency?: UpdateSloveniaTaxProfileBodyTaxResidency; /** @nullable */ yearly_reporting?: UpdateSloveniaTaxProfileBodyYearlyReporting; /** @nullable */ accounting_exports?: UpdateSloveniaTaxProfileBodyAccountingExports; }; //# sourceMappingURL=updateSloveniaTaxProfileBody.d.ts.map