# BillingPlanResource

> Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://clerk.com/docs/pinning.md?sdk=react) your SDK and `clerk-js` package versions.

The `BillingPlanResource` type represents a Subscription Plan with its details.

## Properties

| Property                                         | Type                                                                                                                      | Description                                                                                                                                                                 |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="annualfee"></a> `annualFee`               | <code>null | <a href="https://clerk.com/docs/react/reference/types/billing-money-amount.md">BillingMoneyAmount</a></code> | The annual price of the Plan or `null` if the Plan is not annual.                                                                                                           |
| <a id="annualmonthlyfee"></a> `annualMonthlyFee` | <code>null | <a href="https://clerk.com/docs/react/reference/types/billing-money-amount.md">BillingMoneyAmount</a></code> | The effective monthly price when billed annually or `null` if the Plan is not annual.                                                                                       |
| <a id="avatarurl"></a> `avatarUrl`               | `null | string`                                                                                                | The URL of the Plan's avatar image, or `null` if not set.                                                                                                                   |
| <a id="description"></a> `description`           | `null | string`                                                                                                | A short description of what the Plan offers, or `null` if no description is provided.                                                                                       |
| <a id="features"></a> `features`                 | <code><a href="https://clerk.com/docs/react/reference/types/feature-resource.md">FeatureResource</a>[]</code>             | The Features the Plan offers.                                                                                                                                               |
| <a id="fee"></a> `fee`                           | <code>null | <a href="https://clerk.com/docs/react/reference/types/billing-money-amount.md">BillingMoneyAmount</a></code> | The monthly price of the Plan.                                                                                                                                              |
| <a id="forpayertype"></a> `forPayerType`         | `"org" | "user"`                                                                                               | Specifies the subscriber type this Plan is designed for. Each Plan is exclusively created for either individual users or Organizations, and cannot be used interchangeably. |
| <a id="freetrialdays"></a> `freeTrialDays`       | `null | number`                                                                                                | The number of days of the free trial for the Plan. `null` if the Plan does not have a free trial.                                                                           |
| <a id="freetrialenabled"></a> `freeTrialEnabled` | `boolean`                                                                                                                 | Whether the Plan has a free trial.                                                                                                                                          |
| <a id="hasbasefee"></a> `hasBaseFee`             | `boolean`                                                                                                                 | Whether the Plan has a base fee.                                                                                                                                            |
| <a id="id"></a> `id`                             | `string`                                                                                                                  | The unique identifier for the Plan.                                                                                                                                         |
| <a id="isdefault"></a> `isDefault`               | `boolean`                                                                                                                 | Whether the Plan is the default Plan.                                                                                                                                       |
| <a id="isrecurring"></a> `isRecurring`           | `boolean`                                                                                                                 | Whether the Plan is recurring.                                                                                                                                              |
| <a id="name"></a> `name`                         | `string`                                                                                                                  | The name of the Plan.                                                                                                                                                       |
| <a id="publiclyvisible"></a> `publiclyVisible`   | `boolean`                                                                                                                 | Whether the Plan is visible to the public.                                                                                                                                  |
| <a id="slug"></a> `slug`                         | `string`                                                                                                                  | The URL-friendly identifier of the Plan.                                                                                                                                    |
| <a id="unitprices"></a> `unitPrices?`            | <code><a href="https://clerk.com/docs/react/reference/types/billing-plan-unit-price.md">BillingPlanUnitPrice</a>[]</code> | Per-unit pricing tiers for this Plan (for example, seats).                                                                                                                  |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
