Skip to main content

CreatePricingTierDto

tierNamestringrequired

Possible values: <= 50 characters

Example: Starter
isFreeboolean
Example: false
pricenumberrequired

Price in USD. Use 0 for free tiers.

Example: 29.99
billingIntervalstring

Possible values: [month, year, one_time]

Default value: month
quotaLimitobjectnullable
Example: 1000
metricLabelstring

Possible values: <= 100 characters

Example: API calls per month
featuresIncludedstring[]
Default value: []
recommendedboolean
Default value: false
trialDaysobjectnullable

Possible values: <= 365

sortOrdernumber
Default value: 0
CreatePricingTierDto
{
"tierName": "Starter",
"isFree": false,
"price": 29.99,
"billingInterval": "month",
"quotaLimit": 1000,
"metricLabel": "API calls per month",
"featuresIncluded": [
"string"
],
"recommended": false,
"trialDays": {},
"sortOrder": 0
}