PricingFactorDto
DTO for pricing factor information
Properties
| Name | Type | Description |
|---|---|---|
| description | string | The description of the pricing factor (e.g., "What bookkeeping software does the client use?") |
The description of the pricing factor (e.g., "What bookkeeping software does the client use?") | ||
| adjustmentType | enum | Percentage FixedAmount |
Percentage FixedAmount | ||
| options | array of PricingFactorOptionDto | The available options for this pricing factor |
The available options for this pricing factor | ||
JSON Example
{
"description": "string",
"adjustmentType": "Percentage",
"options": [
{
"name": "...",
"value": "..."
}
]
}
Contained in Schemas
- BillableServiceDto Response DTO for billable service information
- CreateBillableServiceRequest Request DTO for creating a new billable service
- LibraryServiceImportItem A single library service to import, with its code and optional overrides
- UpdateBillableServiceRequest Request DTO for updating an existing billable service