ChurnRequest

A churn request represents a customer's cancellation attempt. It tracks whether the churn was prevented, the reason for cancellation, and any customer feedback.

Fields

churnReason (ChurnReason)

The reason selected for churning

createdAt (ISO8601DateTime!)

When the churn request was created

feedback (String)

Customer feedback about why they want to cancel

followUpAction (ChurnRequestFollowUpAction!)

The follow-up action taken

id (ID!)

The database ID for this churn request

The current status of the churn request

subscription (Subscription!)

The subscription this churn request belongs to

updatedAt (ISO8601DateTime!)

When the churn request was last updated

Last updated

Was this helpful?