import { OrganizationCustomerPortalSettings } from "@polar-sh/sdk/models/components/organizationcustomerportalsettings.js";
let value: OrganizationCustomerPortalSettings = {
usage: {
show: false,
},
subscription: {
updateSeats: false,
updatePlan: true,
},
};| Field | Type | Required | Description |
|---|---|---|---|
usage |
components.CustomerPortalUsageSettings | ✔️ | N/A |
subscription |
components.CustomerPortalSubscriptionSettings | ✔️ | N/A |