API Docs / Schemas / BillableServicePricingTierDto

BillableServicePricingTierDto

DTO for a custom pricing tier defined on a billable service

Properties

Name Type Description
codestring

The unique code for this tier

The unique code for this tier

namestring

The name of the tier (e.g. "1-10 payslips")

The name of the tier (e.g. "1-10 payslips")

sortOrderinteger

The display order for this tier

The display order for this tier

JSON Example

{
  "code": "string",
  "name": "string",
  "sortOrder": 0
}

Contained in Schemas