Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 4.93 KB

checkoutlinkslistrequest.md

File metadata and controls

21 lines (16 loc) · 4.93 KB

CheckoutLinksListRequest

Example Usage

import { CheckoutLinksListRequest } from "@polar-sh/sdk/models/operations/checkoutlinkslist.js";

let value: CheckoutLinksListRequest = {
  organizationId: "1dbfc517-0bbf-4301-9ba8-555ca42b9737",
};

Fields

Field Type Required Description
organizationId operations.CheckoutLinksListQueryParamOrganizationIDFilter Filter by organization ID.
productId operations.CheckoutLinksListQueryParamProductIDFilter Filter by product ID.
page number Page number, defaults to 1.
limit number Size of a page, defaults to 10. Maximum is 100.
sorting components.CheckoutLinkSortProperty[] Sorting criterion. Several criteria can be used simultaneously and will be applied in order. Add a minus sign - before the criteria name to sort by descending order.