Skip to main content

SubscriptionTierSummaryDto

billingIntervalstringrequired

Possible values: [month, year, one_time]

currencystringrequired

ISO 4217 currency the price is denominated in (lower-case, sourced from the tier row; defaults usd).

Example: inr
isFreebooleanrequired
pricenumberrequired
tierIdstringrequired
tierNamestringrequired
SubscriptionTierSummaryDto
{
"billingInterval": "month",
"currency": "inr",
"isFree": true,
"price": 0,
"tierId": "string",
"tierName": "string"
}