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 (e.g., +0.4 for 40% increase, -0.2 for 20% discount) |
The value adjustment for this option (e.g., +0.4 for 40% increase, -0.2 for 20% discount) | ||
JSON Example
{
"name": "string",
"value": 0
}