# PLAN_PRICE_ENV

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/api/src/billing/billing.constants.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/billing/billing.constants.ts#L34)

Maps the public checkout plan key to env var holding the Stripe price id.

## Definition

```ts
Record<BillingPlanKey, string>
```
