import { OrganizationCreate } from "@polar-sh/sdk/models/components/organizationcreate.js";
let value: OrganizationCreate = {
name: "<value>",
slug: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
name |
string | ✔️ | N/A |
slug |
string | ✔️ | N/A |
avatarUrl |
string | ➖ | N/A |
email |
string | ➖ | Public support email. |
website |
string | ➖ | Official website of the organization. |
socials |
components.OrganizationSocialLink[] | ➖ | Link to social profiles. |
details |
components.OrganizationDetails | ➖ | Additional, private, business details Polar needs about active organizations for compliance (KYC). |
featureSettings |
components.OrganizationFeatureSettings | ➖ | N/A |
subscriptionSettings |
components.OrganizationSubscriptionSettings | ➖ | N/A |