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)

monthlyPricePenceinteger

Monthly price in pence

Monthly price in pence

isPrivateboolean

Whether this tier is private. Private tiers can only be assigned by SuperAdmins.
Omitted from response when false.

Whether this tier is private. Private tiers can only be assigned by SuperAdmins.
Omitted from response when false.

JSON Example

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

Contained in Schemas