Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 826 Bytes

customerpaymentmethodcreate.md

File metadata and controls

21 lines (16 loc) · 826 Bytes

CustomerPaymentMethodCreate

Example Usage

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

let value: CustomerPaymentMethodCreate = {
  confirmationTokenId: "<id>",
  setDefault: false,
  returnUrl: "https://multicolored-monocle.net",
};

Fields

Field Type Required Description
confirmationTokenId string ✔️ N/A
setDefault boolean ✔️ N/A
returnUrl string ✔️ N/A