PlanCancellation
Schema
- id
uid, auto-generated
- reason
string, multilingual, required
The reason, why Plan is being cancelled.
- status
string
- Possible values are:
- pending
Default. The request is being prepared.
- active
Cancellation activated.
- date
string, Date
Cancellation date.
Cancellation workflow
![digraph G {
A [ label="pending*" ]
B [ label="active"]
A -> B;
}](../_images/graphviz-c23cd05f2a3872df176680788e579d781b0232de.png)
* marks initial state