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?") | ||
| options | array of PricingFactorOptionDto | The available options for this pricing factor |
The available options for this pricing factor | ||
JSON Example
{
"description": "string",
"options": [
{
"name": "...",
"value": "..."
}
]
}
Contained in Schemas
- BillableServiceDto Response DTO for billable service information
- CreateBillableServiceFromLibraryRequest Request DTO for creating a billable service from library with optional overrides
- CreateBillableServiceRequest Request DTO for creating a new billable service
- UpdateBillableServiceRequest Request DTO for updating an existing billable service