| 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] |