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;
}

* marks initial state