PricingFactorOptionDto
DTO for pricing factor option information
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the option (e.g., "None", "Xero", "Good", "Bad") |
The name of the option (e.g., "None", "Xero", "Good", "Bad") | ||
| value | number | The value adjustment for this option. Interpretation depends on the parent factor's AdjustmentType: |
The value adjustment for this option. Interpretation depends on the parent factor's AdjustmentType: | ||
JSON Example
{
"name": "string",
"value": 0
}