BillableServicePricingTierDto
DTO for a custom pricing tier defined on a billable service
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this tier |
The unique code for this tier | ||
| name | string | The name of the tier (e.g. "1-10 payslips") |
The name of the tier (e.g. "1-10 payslips") | ||
| sortOrder | integer | The display order for this tier |
The display order for this tier | ||
JSON Example
{
"code": "string",
"name": "string",
"sortOrder": 0
}