PlanQuote
planIdstring
slugstring
namestring
familystringnullable
intervalstring
intervalCountinteger
fitsboolean
The quantity fits under the plan’s cap. A plan that does not fit is quoted but never recommended.
quantityinteger
Units charged: the billable numbers on a per-number plan, the copies on a stackable plan, 1 on any other flat plan.
stackableboolean
currencystring
amountCentsinteger
What one period costs.
monthlyEquivalentCentsinteger
The same amount per month — only for comparing plans of different periods.
headroomintegernullable
How many more numbers still fit, when the plan has a cap.
trialDaysintegernullable
PlanQuote
{
"planId": "string",
"slug": "string",
"name": "string",
"family": "string",
"interval": "string",
"intervalCount": 0,
"fits": true,
"quantity": 0,
"stackable": true,
"currency": "string",
"amountCents": 0,
"monthlyEquivalentCents": 0,
"headroom": 0,
"trialDays": 0
}