cache.html Logyx Docs
Menu

Price

This is the price section to note the prices of the model.

Core concepts:

  • Add price parameters in your model, so you can link them to questions or send it to the front-end.

Syntax

Help
pricing:
  string:
    value: integer
    description: string
    question: $question
Key Required Type Default Description
Value Yes integer Null The id of the job you want to perform.
Description Yes string - The description of the price.
Question No question - The question where the price is connected to.

Examples

pricing:
  name:
    value: 100
    description: "Price of the width"
    question: $width
Menu