Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 416 Bytes

ordersortproperty.md

File metadata and controls

15 lines (10 loc) · 416 Bytes

OrderSortProperty

Example Usage

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

let value: OrderSortProperty = "product";

Values

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