/** * 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 */ /** * Legacy subscription snapshot and recommended Apollo white-label plan for this organization * @nullable */ export type LegacyAuthResponseOrganizationsItemSubscriptionReview = { /** @nullable */ legacy_subscription: { gateway: 'braintree' | 'bank' | 'paypal' | 'unknown'; tier: number; plan_name: string; duration_months: number; additions: string[]; /** @nullable */ active_until: string | null; /** @nullable */ price_cents: number | null; } | null; /** @nullable */ recommended_plan: { slug: string; name: string; billing_interval: 'monthly' | 'yearly'; price_cents: number; reasons: string[]; } | null; trial_offer: { eligible: boolean; trial_days: number; }; /** @nullable */ price_difference_cents: number | null; usage_signals: { member_count: number; recurring_count: number; sales_integrations_count: number; has_furs: boolean; }; } | null; //# sourceMappingURL=legacyAuthResponseOrganizationsItemSubscriptionReview.d.ts.map