2.8 KiB
2.8 KiB
PlanFeature
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
str | ✔️ | The ID of the feature, used to refer to it in other API calls like /track or /check. |
name |
OptionalNullable[str] | ➖ | The name of the feature. |
type |
models.PlanType | ✔️ | The type of the feature |
display |
OptionalNullable[models.ItemFeatureDisplay] | ➖ | Singular and plural display names for the feature. |
credit_schema |
List[models.PlanCreditSchema] | ➖ | Credit cost schema for credit system features. |
archived |
OptionalNullable[bool] | ➖ | Whether or not the feature is archived. |