API Docs / Schemas / PricingTierDto

PricingTierDto

Response DTO for pricing tier information

Properties

Name Type Description
codestring

The unique code for this pricing tier

The unique code for this pricing tier

namestring

Display name of the pricing tier

Display name of the pricing tier

minClientsinteger

Minimum number of clients for this tier

Minimum number of clients for this tier

maxClientsinteger

Maximum number of clients for this tier (null for unlimited)

Maximum number of clients for this tier (null for unlimited)

proposalLimitPerMonthinteger

Proposal limit per month (null for unlimited)

Proposal limit per month (null for unlimited)

monthlyPriceStandardPenceinteger

Monthly price for Standard package in pence

Monthly price for Standard package in pence

monthlyPriceProPenceinteger

Monthly price for Pro package in pence

Monthly price for Pro package in pence

JSON Example

{
  "code": "string",
  "name": "string",
  "minClients": 0,
  "maxClients": 0,
  "proposalLimitPerMonth": 0
}

Contained in Schemas