Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 318 Bytes

refundreason.md

File metadata and controls

15 lines (10 loc) · 318 Bytes

RefundReason

Example Usage

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

let value: RefundReason = "service_disruption";

Values

"duplicate" | "fraudulent" | "customer_request" | "service_disruption" | "satisfaction_guarantee" | "other"