/** * 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 */ /** * Update supplier onboarding data */ export interface UpdateEInvoicingSupplierRequest { /** * @minLength 1 * @maxLength 255 */ company_name?: string; /** @maxLength 50 */ vat_number?: string; /** @maxLength 50 */ company_number?: string; /** @maxLength 50 */ iban?: string; /** @maxLength 500 */ address?: string; /** @maxLength 100 */ city?: string; /** @maxLength 20 */ post_code?: string; /** * @minLength 2 * @maxLength 2 */ country_code?: string; /** @maxLength 255 */ contact_email?: string; /** @maxLength 50 */ contact_phone?: string; } //# sourceMappingURL=updateEInvoicingSupplierRequest.d.ts.map