# PricingTierCardProps

**Kind:** Interface

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/shared/pricing-tier-card.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/shared/pricing-tier-card.tsx#L18)

## Properties

| Property | Type |
|---|---|
| `nameKey` | `string` |
| `priceKey` | `string` |
| `intervalKey` | `string` |
| `descriptionKey` | `string` |
| `features` | `PricingFeature[]` |
| `ctaKey` | `string` |
| `ctaUrl` | `string` |
| `highlighted` | `boolean` |
| `badgeKey` | `string` |
