Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 391 Bytes

customercancellationreason.md

File metadata and controls

15 lines (10 loc) · 391 Bytes

CustomerCancellationReason

Example Usage

import { CustomerCancellationReason } from "@polar-sh/sdk/models/components/customercancellationreason.js";

let value: CustomerCancellationReason = "low_quality";

Values

"customer_service" | "low_quality" | "missing_features" | "switched_service" | "too_complex" | "too_expensive" | "unused" | "other"