Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 395 Bytes

customerordersortproperty.md

File metadata and controls

15 lines (10 loc) · 395 Bytes

CustomerOrderSortProperty

Example Usage

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

let value: CustomerOrderSortProperty = "-product";

Values

"created_at" | "-created_at" | "amount" | "-amount" | "net_amount" | "-net_amount" | "product" | "-product" | "subscription" | "-subscription"