PlanTrial Object
Description
Trial period information for a subscription plan.
Declaration
type PlanTrial {
available: Boolean!
days: Int!
active: Boolean!
}
Fields
| Name | Type | Description |
|---|---|---|
available | Boolean! | Whether a trial is available for this plan. |
days | Int! | Number of days in the trial period. |
active | Boolean! | Whether the trial is currently active. |