Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 414 Bytes

customersubscriptionsortproperty.md

File metadata and controls

15 lines (10 loc) · 414 Bytes

CustomerSubscriptionSortProperty

Example Usage

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

let value: CustomerSubscriptionSortProperty = "-amount";

Values

"started_at" | "-started_at" | "amount" | "-amount" | "status" | "-status" | "organization" | "-organization" | "product" | "-product"