Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.53 KB

checkoutlinksupdaterequest.md

File metadata and controls

19 lines (14 loc) · 1.53 KB

CheckoutLinksUpdateRequest

Example Usage

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

let value: CheckoutLinksUpdateRequest = {
  id: "<value>",
  checkoutLinkUpdate: {},
};

Fields

Field Type Required Description
id string ✔️ The checkout link ID.
checkoutLinkUpdate components.CheckoutLinkUpdate ✔️ N/A