API Docs / Schemas / PricingFactorDto

PricingFactorDto

DTO for pricing factor information

Properties

Name Type Description
descriptionstring

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?")

optionsarray 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