billing.summary
read-only
Read-only billing summary: tenant name, room count, computed monthly price (cents), Stripe subscription state, trial-end, and whether a Stripe customer/subscription exists. Schreib-Ops (Checkout, Portal) bleiben Web-UI-only.
Input parameters
Returns object.
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
tenantName | string | yes | |
rooms | number | yes | |
monthlyPriceCents | number | yes | |
extraRoomQuantity | number | yes | |
subscriptionStatus | string · nullable | yes | |
subscriptionCurrentPeriodEnd | string · nullable | yes | |
trialEnd | string · nullable | yes | |
hasStripeCustomer | boolean | yes | |
hasStripeSubscription | boolean | yes | |
stripeEnabled | boolean | yes |