| Name | Type | Description | Notes |
|---|---|---|---|
| subscription_plan | String | The subscription plan currently associated with the account, or 'none'. | |
| subscription_state | String | The current subscription state: 'active', 'pastDue', or 'ended'. | |
| credits | Float | The number of API credits left. Can be fractional, so parse as a double-precision number. |
require 'vectorizer_ai'
instance = VectorizerAI::AccountStatusResponse.new(
subscription_plan: null,
subscription_state: null,
credits: null
)