CreatePricingTierDto
tierNamestringrequired
Possible values: <= 50 characters
Example:
StarterisFreeboolean
Example:
falsepricenumberrequired
Price in USD. Use 0 for free tiers.
Example:
29.99billingIntervalstring
Possible values: [month, year, one_time]
Default value:
monthquotaLimitobjectnullable
Example:
1000metricLabelstring
Possible values: <= 100 characters
Example:
API calls per monthfeaturesIncludedstring[]
Default value:
[]recommendedboolean
Default value:
falsetrialDaysobjectnullable
Possible values: <= 365
sortOrdernumber
Default value:
0CreatePricingTierDto
{
"tierName": "Starter",
"isFree": false,
"price": 29.99,
"billingInterval": "month",
"quotaLimit": 1000,
"metricLabel": "API calls per month",
"featuresIncluded": [
"string"
],
"recommended": false,
"trialDays": {},
"sortOrder": 0
}