Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 279 Bytes

refundsortproperty.md

File metadata and controls

15 lines (10 loc) · 279 Bytes

RefundSortProperty

Example Usage

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

let value: RefundSortProperty = "-created_at";

Values

"created_at" | "-created_at" | "amount" | "-amount"