PlanRead
object
Reads a Plan.
Returns a Plan with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
planId | Int! | |
visible | Int | |
code | String | |
monthlyPrice | Float | Monthly Price |
quarterlyPrice | Float | Quarterly Price |
semesterlyPrice | Float | Semesterly Price |
yearlyPrice | Float | Yearly Price |
img | String | |
title | String | Represents a shorthand for translations[options.defaultLanguageId].title |
notes | String | Represents a shorthand for translations[options.defaultLanguageId].notes |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |
createdAt | DateTime | |
updatedAt | DateTime | |
translations | [PlanTranslationRead] | |
permissions | [PlanPermissionRead] |