Billing subscription status
[
{
"value": "draft",
"label": "Brouillon"
},
{
"value": "stopped",
"label": "Arrêté"
},
{
"value": "not_started",
"label": "À venir"
},
{
"value": "finished",
"label": "Terminé"
},
{
"value": "in_progress",
"label": "Actif"
},
{
"value": "pending",
"label": "En attente"
}
]
Updated 10 months ago