Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.72 KB

File metadata and controls

23 lines (18 loc) · 1.72 KB

CustomerPortalCustomersListPaymentMethodsResponse

Example Usage

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

let value: CustomerPortalCustomersListPaymentMethodsResponse = {
  result: {
    items: [],
    pagination: {
      totalCount: 296266,
      maxPage: 544155,
    },
  },
};

Fields

Field Type Required Description
result components.ListResourceCustomerPaymentMethod ✔️ N/A