API Docs / Schemas / PricingFactorOptionDto

PricingFactorOptionDto

DTO for pricing factor option information

Properties

Name Type Description
namestring

The name of the option (e.g., "None", "Xero", "Good", "Bad")

The name of the option (e.g., "None", "Xero", "Good", "Bad")

valuenumber

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
}

Contained in Schemas