Type Alias StripeUsageBasedPlan
StripeUsageBasedPlan: {
analytics_events_price_id: string;
bytes_ingested_price_id: string;
chunks_stored_price_id: string;
created_at: string;
datasets_price_id: string;
files_storage_price_id: string;
id: string;
ingest_tokens_price_id: string;
message_tokens_price_id: string;
name: string;
ocr_pages_price_id: string;
pages_crawls_price_id: string;
platform_price_amount?: number | null;
platform_price_id?: string | null;
search_tokens_price_id: string;
users_price_id: string;
visible: boolean;
}