Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

File metadata and controls

20 lines (17 loc) · 1.28 KB

# UsageStats

Properties

Name Type Description Notes
billing_system string Which billing system the account is on. Shape of `usage`/`spend` differs. [optional]
plan_name string [optional]
billing_period string [optional]
signup_date \DateTime [optional]
billing_anchor_day int Day of month (1-31) when the billing cycle resets [optional]
has_access bool True if the account is in good standing. False for past-due/unpaid/paused subscriptions. [optional]
customer_id string Stripe customer ID, when present. [optional]
is_invited_user bool True if this is a team member; limits/usage reflect the account owner. [optional]
auto_upgrade_enabled bool Stripe-only. Always false for Metronome users. [optional]
limits \Zernio\Model\UsageStatsLimits [optional]
usage \Zernio\Model\UsageStatsUsage [optional]
spend \Zernio\Model\UsageStatsSpend [optional]

[Back to Model list] [Back to API list] [Back to README]