[
{
"id": "prod_123",
"key": "starter",
"name": "Starter",
"type": "stripe",
"isDefault": false,
"version": 2,
"stripeProductId": "prod_stripe_123",
"prices": [
{
"id": "price_row_123",
"stripePriceId": "price_monthly_starter",
"currency": "usd",
"unitAmount": 2900,
"recurringInterval": "month",
"recurringIntervalCount": 1,
"isActive": true,
"isDefault": true
},
{
"id": "price_row_124",
"stripePriceId": "price_yearly_starter",
"currency": "usd",
"unitAmount": 29000,
"recurringInterval": "year",
"recurringIntervalCount": 1,
"isActive": true,
"isDefault": false
}
],
"featureAccess": [
{
"featureKey": "api_calls",
"name": "API Calls",
"type": "limit",
"hasAccess": true,
"limit": 10000,
"isUnlimited": false
},
{
"featureKey": "priority_support",
"name": "Priority Support",
"type": "boolean",
"hasAccess": true
}
]
}
]