/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ItemTypeCommission } from './ItemTypeCommission'; /** * Serializer for Connect account status. */ export type StripeConnectStatus = { has_account: boolean; account_id?: string; onboarding_complete: boolean; charges_enabled?: boolean; payouts_enabled?: boolean; details_submitted?: boolean; commission_percent?: ItemTypeCommission; is_ready_for_payments?: boolean; };