/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StripeNewUserTenantLaunchRequest = { username?: string; email?: string; firstname?: string; lastname?: string; password?: string; /** * Organization name */ name: string; /** * Unique key for the organization */ key: string; ignore_user_exists?: boolean; /** * Advertising mode allows a platform to set custom usd balance to allocate for its members */ is_advertising?: boolean; /** * Stripe Checkout Id to launch the tenant */ stripe_checkout_id_alt: string; };