Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 317 Bytes

orderbillingreason.md

File metadata and controls

15 lines (10 loc) · 317 Bytes

OrderBillingReason

Example Usage

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

let value: OrderBillingReason = "subscription_update";

Values

"purchase" | "subscription_create" | "subscription_cycle" | "subscription_update"