OrganizationAddonSubscription
Description
Tracks additional organization subscriptions beyond plan allowances.
Properties
| Name | Type | Description | Notes |
|---|
| organization | Organization | | [optional] |
| planTier | PlanTierEnum | | [optional] |
| monthlyPriceCredits | Double | Monthly cost in credits | [optional] |
| status | StatusEnum | | [optional] |
| cancelledAt | OffsetDateTime | | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
Enum: PlanTierEnum
| Name | Value |
|---|
| FREE | "FREE" |
| SOLO | "SOLO" |
| TEAM | "TEAM" |
| PRO | "PRO" |
| RESELLER | "RESELLER" |
| ENTERPRISE | "ENTERPRISE" |
Enum: StatusEnum
| Name | Value |
|---|
| ACTIVE | "ACTIVE" |
| CANCELLED | "CANCELLED" |
Implemented Interfaces
Generated Version Details
| ~ | value |
|---|
| GENERATOR VERSION | com.valkyrlabs:ValkyrAI API 1.0.2-SNAPSHOT |
| API ARTIFACT | com.valkyrlabs.valkyrai-api.jar |
| GENERATOR VERSION | org.openapitools.openapi-generator:7.5.0 |
| GENERATOR CLASS | org.openapitools.codegen.languages.SpringCodegen |
| GENERATED DATE | 2026-04-02T00:49:23.764634-07:00[America/Los_Angeles] |