Skip to content

digital-identity-platform-docs


digital-identity-platform-docs / supabase/functions/billing-usage-check / UsageRow

Interface: UsageRow

Defined in: supabase/functions/billing-usage-check/index.ts:60

Row returned from get_usage_with_subscriptions RPC

Properties

sgtm_container_id

sgtm_container_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:61


month_hits

month_hits: number

Defined in: supabase/functions/billing-usage-check/index.ts:62


subscription_id

subscription_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:63


status

status: string

Defined in: supabase/functions/billing-usage-check/index.ts:64


auto_upgrade

auto_upgrade: boolean

Defined in: supabase/functions/billing-usage-check/index.ts:65


external_subscription_id

external_subscription_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:66


external_customer_id

external_customer_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:67


client_external_customer_id

client_external_customer_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:68


billing_plan_id

billing_plan_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:69


max_hits_per_month

max_hits_per_month: number

Defined in: supabase/functions/billing-usage-check/index.ts:70


sort_order

sort_order: number

Defined in: supabase/functions/billing-usage-check/index.ts:71


billing_product_id

billing_product_id: string

Defined in: supabase/functions/billing-usage-check/index.ts:72


current_plan_code

current_plan_code: string

Defined in: supabase/functions/billing-usage-check/index.ts:73

Released under proprietary license.