# DealStageAttributes

Attributes for creating and updating a deal stage

```json
{
  "name": "",
  "description": "",
  "position": 123,
  "probability": 123,
  "kind": "DealStageKind"
}
```

| Name        | Type                                                                  | Description                                   |
| ----------- | --------------------------------------------------------------------- | --------------------------------------------- |
| name        | String                                                                | Name of the deal stage                        |
| description | String                                                                | Description of the deal stage                 |
| position    | Int                                                                   | Order of the deal stage in the sales pipeline |
| probability | Int                                                                   | Probability of the deal in percent            |
| kind        | [DealStageKind](https://docs.bunny.com/developer/enums#dealstagekind) | Open, Closed/won or Closed/lost               |
