/** * 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 */ /** * Document calculation defaults. Controls whether newly calculated documents use the standard B2B net-first model or the B2C gross-discount model by default. * @nullable */ export type PatchEntityBodySettingsCalculation = { /** * Default document calculation mode. `b2b_standard` applies discounts before VAT on the net basis. `b2c_gross_discount` applies discounts to the gross payable amount and derives net/VAT afterward. * @nullable */ default_mode?: 'b2b_standard' | 'b2c_gross_discount' | null; } | null; //# sourceMappingURL=patchEntityBodySettingsCalculation.d.ts.map