| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the stage | [optional] |
| pipeline_id | int | The ID of the pipeline to add stage to | [optional] |
| deal_probability | int | The success probability percentage of the deal. Used/shown when deal weighted values are used. | [optional] |
| rotten_flag | bool | Whether deals in this stage can become rotten | [optional] |
| rotten_days | int | The number of days the deals not updated in this stage would become rotten. Applies only if the `rotten_flag` is set. | [optional] |
| order_nr | int | An order number for this stage. Order numbers should be used to order the stages in the pipeline. | [optional] |